ACE_Equal_To< ACE_INT32 > Class Template Reference

Function object for determining whether two 32 bit ints are equal. More...

#include <Functor.h>

List of all members.

Public Member Functions

int operator() (const ACE_INT32 lhs, const ACE_INT32 rhs) const
 Simply calls built-in operators.


Detailed Description

template<>
class ACE_Equal_To< ACE_INT32 >

Function object for determining whether two 32 bit ints are equal.

Definition at line 430 of file Functor.h.


Member Function Documentation

ACE_INLINE int ACE_Equal_To< ACE_INT32 >::operator() const ACE_INT32  lhs,
const ACE_INT32  rhs
const
 

Simply calls built-in operators.

Definition at line 222 of file Functor.inl.

00223 {
00224   return (lhs == rhs);
00225 }


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