ACE_Less_Than< TYPE > Class Template Reference

Function object for determining whether the first object of the given type is less than the second object of the same type. 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 object of the given type is less than the second object of the same type.

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 Thu Nov 9 11:23:38 2006 for ACE by doxygen 1.3.6