ACE_Equal_To< TYPE > Class Template Reference

Function object for comparing two objects of the given type for equality. 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_Equal_To< TYPE >

Function object for comparing two objects of the given type for equality.

Definition at line 118 of file Functor_T.h.


Member Function Documentation

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

Simply calls operator==.

Definition at line 29 of file Functor_T.inl.

00031 {
00032   return lhs == rhs;
00033 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:22:01 2006 for ACE by doxygen 1.3.6