Hugintrunk
0.1
|
Functor class to compare two objects with the "Alphanum Algorithm". More...
#include <alphanum.h>
Public Member Functions | |
bool | operator() (const std::string &left, const std::string &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 65 of file alphanum.h.
bool doj::alphanum_less::operator() | ( | const std::string & | left, |
const std::string & | right | ||
) | const |
Definition at line 131 of file alphanum.cpp.
References doj::alphanum_comp().