ACE
6.2.0
|
Function object for determining whether the first const string is less than the second const string. More...
#include <Functor_String.h>
Public Member Functions | |
int | operator() (const std::string &lhs, const std::string &rhs) const |
Simply calls std::string::compare. More... | |
Function object for determining whether the first const string is less than the second const string.
|
inline |
Simply calls std::string::compare.