Jetson Inference
DNN Vision Library
|
Functor class to compare two objects with the "Alphanum Algorithm". More...
#include <alphanum.h>
Public Member Functions | |
bool | operator() (const Ty &left, const Ty &right) const |
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&)".
|
inline |