#include <functional.h>
Public Member Functions | |
| TypeOut | operator() (const TypeIn &input) |
| Static cast the input argument to TypeOut, and return the result. | |
Definition at line 356 of file dlrCommon/functional.h.
| TypeOut dlr::common::StaticCastFunctor< TypeIn, TypeOut >::operator() | ( | const TypeIn & | input | ) | [inline] |
Static cast the input argument to TypeOut, and return the result.
| input | Will be cast to type TypeOut. |
Definition at line 366 of file dlrCommon/functional.h.
1.5.2