ACE
6.1.0
|
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==. |
Function object for comparing two objects of the given type for equality.
bool ACE_Equal_To< TYPE >::operator() | ( | const TYPE & | lhs, |
const TYPE & | rhs | ||
) | const [inline] |
Simply calls operator==.