#include <Functor_T.h>
Public Member Functions | |
| unsigned long | operator() (const TYPE &t) const |
| Simply calls t.hash (). | |
Definition at line 91 of file Functor_T.h.
|
||||||||||
|
Simply calls t.hash ().
Definition at line 8 of file Functor_T.inl.
00009 {
00010 return t.hash ();
00011 }
|
1.3.6