#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.
Function object for determining whether two ACE_CStrings are equal.
Function object for determining whether two unsigned 64 bit ints are equal.
Function object for determining whether two 32 bit ints are equal.
Function object for determining whether two unsigned 32 bit ints are equal.
Function object for determining whether two 16 bit ints are equal.
Function object for determining whether two unsigned 16 bit ints are equal.
Function object for determining whether two non-const strings are equal.
*>
ACE_INLINE bool ACE_Equal_To< TYPE >::operator() | ( | const TYPE & | lhs, | |
const TYPE & | rhs | |||
) | const [inline] |
Simply calls operator==.