#include <Functor_T.h>
Public Member Functions | |
bool | operator() (const TYPE &lhs, const TYPE &rhs) const |
Simply calls operator<. |
Function object for determining whether the first object of the given type is less than the second object of the same type.
Function object for determining whether the first string is less than the second string.
*>
*>
ACE_INLINE bool ACE_Less_Than< TYPE >::operator() | ( | const TYPE & | lhs, | |
const TYPE & | rhs | |||
) | const [inline] |
Simply calls operator<.