ACE  6.4.0
Public Member Functions | List of all members
ACE_Less_Than< wchar_t * > Class Template Reference

Function object for determining whether the first string is less than the second string. More...

#include <Functor.h>

Public Member Functions

int operator() (const wchar_t *lhs, const wchar_t *rhs) const
 Simply calls ACE_OS::strcmp. More...
 

Detailed Description

template<>
class ACE_Less_Than< wchar_t * >

Function object for determining whether the first string is less than the second string.

Member Function Documentation

int ACE_Less_Than< wchar_t * >::operator() ( const wchar_t *  lhs,
const wchar_t *  rhs 
) const
inline

Simply calls ACE_OS::strcmp.


The documentation for this class was generated from the following files: