#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 140 of file Functor.inl.
00141 {
00142 return static_cast<unsigned long> (t);
00143 }
|