CXXR (C++ R)
|
Comparison object for CXXR::String. More...
#include <String.h>
Public Member Functions | |
Comparator (bool na_last=true) | |
bool | operator() (const String *l, const String *r) const |
Comparison operation. |
Comparison object for CXXR::String.
STL-compatible comparison class for comparing CXXR::String objects.
|
inlineexplicit |
na_last | if true, the 'not available' string will come after all other strings in the sort ordering; if false, it will come before all other strings. |