ACE_Equal_To< ACE_INT32 > Class Template Reference

#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 >

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 217 of file Functor.inl.

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


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:35:06 2010 for ACE by  doxygen 1.4.7