Hugintrunk
0.1
|
Go to the source code of this file.
Classes | |
struct | doj::alphanum_less |
Functor class to compare two objects with the "Alphanum
Algorithm". More... | |
Namespaces | |
doj | |
Functions | |
int | doj::alphanum_comp (const std::string &l, const std::string &r) |
Compare l and r with the same semantics as strcmp(), but with the "Alphanum Algorithm" which produces more human-friendly results. More... | |
int | doj::alphanum_comp (const char *l, const char *r) |