Public Member Functions | |
| bool | operator() (std::string *x, std::string *y) const |
|
||||||||||||
|
Definition at line 59 of file string_mapper.h.
00060 {
00061 return (*x) < (*y);
00062 }
|
1.3.6