Public Member Functions

ACE_Hash< unsigned int > Class Template Reference

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

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

Function object for hashing an unsigned int number.

Definition at line 222 of file Functor.h.


Member Function Documentation

unsigned long ACE_Hash< unsigned int >::operator() ( unsigned int  t  )  const [inline]

Simply returns t.

Definition at line 129 of file Functor.inl.

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


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines