#include <alphanum.hpp>
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.
|
inline |
Definition at line 309 of file alphanum.hpp.