Function object for hashing a signed 64-bit number. More...
#include <Functor.h>
Public Member Functions | |
| unsigned long | operator() (ACE_INT64 t) const |
| Simply returns t. | |
Function object for hashing a signed 64-bit number.
Definition at line 256 of file Functor.h.
Simply returns t.
Definition at line 149 of file Functor.inl.
{
return static_cast<unsigned long> (t);
}
1.7.0