ACE_Equal_To< ACE_INT16 > Class Template Reference

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

#include <Functor.h>

List of all members.

Public Member Functions

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


Detailed Description

template<>
class ACE_Equal_To< ACE_INT16 >

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

Definition at line 400 of file Functor.h.


Member Function Documentation

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

Simply calls built-in operators.

Definition at line 210 of file Functor.inl.

00211 {
00212   return (lhs == rhs);
00213 }


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