#include <Functor.h>
Public Member Functions | |
unsigned long | operator() (long t) const |
Simply returns t. |
Definition at line 259 of file Functor.h.
|
Simply returns t.
Definition at line 135 of file Functor.inl.
00136 {
00137 return static_cast<unsigned long> (t);
00138 }
|