ACE_Equal_To< ACE_UINT32 > Class Template Reference

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

#include <Functor.h>

List of all members.

Public Member Functions

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


Detailed Description

template<>
class ACE_Equal_To< ACE_UINT32 >

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

Definition at line 415 of file Functor.h.


Member Function Documentation

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

Simply calls built-in operators.

Definition at line 216 of file Functor.inl.

00217 {
00218   return (lhs == rhs);
00219 }


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