ACE  6.0.6
Public Member Functions
ACE_Equal_To Class 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

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


Member Function Documentation

bool ACE_Equal_To::operator() ( const TYPE &  lhs,
const TYPE &  rhs 
) const [inline]

Simply calls operator==.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines