ACE  6.1.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
ACE_Less_Than< char * > Class Template Reference

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

#include <Functor.h>

List of all members.

Public Member Functions

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

Detailed Description

template<>
class ACE_Less_Than< char * >

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


Member Function Documentation

int ACE_Less_Than< char * >::operator() ( const char *  lhs,
const char *  rhs 
) const [inline]

Simply calls ACE_OS::strcmp.


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