Back to Jetson Inference

Jetson Inference: doj::alphanum_less< Ty > Struct Template Reference

docs/html/structdoj_1_1alphanum__less.html

latest1.4 KB
Original Source

| | Jetson Inference

DNN Vision Library |

Public Member Functions | List of all members

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: