#include <alphanum.hpp>
Static 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&)".
Definition at line 307 of file alphanum.hpp.
bool doj::alphanum_less< Ty >::operator() | ( | const Ty & | left, |
const Ty & | right | ||
) | const [inline, static] |
Definition at line 309 of file alphanum.hpp.