ACE 8.0.0
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ACE_Less_Than< const char * > Class Reference

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 char *lhs, const char *rhs) const
 Simply calls ACE_OS::strcmp.
 

Detailed Description

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

Member Function Documentation

◆ operator()()

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

Simply calls ACE_OS::strcmp.


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