ACE
6.1.0
|
Function object for determining whether the first const string is less than the second const string. More...
#include <Functor.h>
Public Member Functions | |
int | operator() (const wchar_t *lhs, const wchar_t *rhs) const |
Simply calls ACE_OS::strcmp. |
Function object for determining whether the first const string is less than the second const string.
int ACE_Less_Than< const wchar_t * >::operator() | ( | const wchar_t * | lhs, |
const wchar_t * | rhs | ||
) | const [inline] |
Simply calls ACE_OS::strcmp.