Function object for determining whether the first const wstring is less than the second const wstring. More...
#include <Functor_String.h>
Public Member Functions | |
int | operator() (const ACE_WString &lhs, const ACE_WString &rhs) const |
Simply calls ACE_OS::strcmp. |
Function object for determining whether the first const wstring is less than the second const wstring.
int ACE_Less_Than< ACE_WString >::operator() | ( | const ACE_WString & | lhs, | |
const ACE_WString & | rhs | |||
) | const |
Simply calls ACE_OS::strcmp.