ACE  6.1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ACE_Equal_To< TYPE > Class Template Reference

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

#include <Functor_T.h>

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.

Member Function Documentation

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

Simply calls operator==.


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