ACE_Hash< unsigned int > Class Template Reference

#include <Functor.h>

List of all members.

Public Member Functions

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


Detailed Description

template<>
class ACE_Hash< unsigned int >

Definition at line 246 of file Functor.h.


Member Function Documentation

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

Simply returns t.

Definition at line 129 of file Functor.inl.

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


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