ACE_Equal_To< ACE_UINT64 > Class Template Reference

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

#include <Functor.h>

List of all members.

Public Member Functions

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


Detailed Description

template<>
class ACE_Equal_To< ACE_UINT64 >

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

Definition at line 445 of file Functor.h.


Member Function Documentation

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

Simply calls built-in operators.

Definition at line 228 of file Functor.inl.

References ACE_UINT64.

00229 {
00230   return (lhs == rhs);
00231 }


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