ACE  6.2.5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ACE_Less_Than< std::string > Class Template Reference

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

#include <Functor_String.h>

Public Member Functions

int operator() (const std::string &lhs, const std::string &rhs) const
 Simply calls std::string::compare. More...
 

Detailed Description

template<>
class ACE_Less_Than< std::string >

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

Member Function Documentation

int ACE_Less_Than< std::string >::operator() ( const std::string &  lhs,
const std::string &  rhs 
) const
inline

Simply calls std::string::compare.


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