#include <Functor.h>
Public Member Functions | |
unsigned long | operator() (const void *) const |
Definition at line 343 of file Functor.h.
|
Definition at line 180 of file Functor.inl.
00181 {
00182 return static_cast<unsigned long> (reinterpret_cast<uintptr_t> (t));
00183 }
|