#include <Functor.h>
Public Member Functions | |
unsigned long | operator() (unsigned int t) const |
Simply returns t. |
Definition at line 246 of file Functor.h.
|
Simply returns t.
Definition at line 129 of file Functor.inl.
00130 {
00131 return static_cast<unsigned long> (t);
00132 }
|