ACE_Less_Than< TYPE > Class Template Reference

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

#include <Functor_T.h>

List of all members.

Public Member Functions

bool operator() (const TYPE &lhs, const TYPE &rhs) const
 Simply calls operator<.


Detailed Description

template<class TYPE>
class ACE_Less_Than< TYPE >

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

*>

Definition at line 134 of file Functor_T.h.


Member Function Documentation

template<class TYPE>
ACE_INLINE bool ACE_Less_Than< TYPE >::operator() ( const TYPE &  lhs,
const TYPE &  rhs 
) const

Simply calls operator<.

Definition at line 36 of file Functor_T.inl.

00038 {
00039   return lhs < rhs;
00040 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:35:14 2010 for ACE by  doxygen 1.4.7