ACE_Hash< int > Class Template Reference

Function object for hashing an int number. More...

#include <Functor.h>

List of all members.

Public Member Functions

unsigned long operator() (int t) const
 Simply returns t.


Detailed Description

template<>
class ACE_Hash< int >

Function object for hashing an int number.

Definition at line 233 of file Functor.h.


Member Function Documentation

ACE_INLINE unsigned long ACE_Hash< int >::operator() int  t  )  const
 

Simply returns t.

Definition at line 128 of file Functor.inl.

00129 {
00130   return static_cast<unsigned long> (t);
00131 }


The documentation for this class was generated from the following files:
Generated on Thu Nov 9 11:22:49 2006 for ACE by doxygen 1.3.6