Jetson Inference
DNN Vision Library
doj::alphanum_less< Ty > Struct Template Reference

Functor class to compare two objects with the "Alphanum Algorithm". More...

#include <alphanum.h>

Inheritance diagram for doj::alphanum_less< Ty >:

Public Member Functions

bool operator() (const Ty &left, const Ty &right) const
 

Detailed Description

template<class Ty>
struct doj::alphanum_less< Ty >

Functor class to compare two objects with the "Alphanum Algorithm".

If the objects are no std::string, they must implement "std::ostream operator<< (std::ostream&, const Ty&)".

Member Function Documentation

◆ operator()()

template<class Ty >
bool doj::alphanum_less< Ty >::operator() ( const Ty &  left,
const Ty &  right 
) const
inline

The documentation for this struct was generated from the following file: