#include <Functor.h>
Public Member Functions | |
unsigned long | operator() (int t) const |
Simply returns t. |
Definition at line 233 of file Functor.h.
|
Simply returns t.
Definition at line 123 of file Functor.inl.
00124 {
00125 return static_cast<unsigned long> (t);
00126 }
|