#include <functional.h>
Public Member Functions | |
| TypeOut | operator() (const TypeIn &input) |
| This operator returns the output value which minimizes the difference between input and output. | |
Definition at line 91 of file dlrNumeric/functional.h.
| TypeOut dlr::numeric::NumericTypeConversionFunctor< TypeIn, TypeOut >::operator() | ( | const TypeIn & | input | ) | [inline] |
This operator returns the output value which minimizes the difference between input and output.
In general, this takes some smarts, so the default case is not implemented.
| input | Will be converted to type TypeOut. |
Definition at line 103 of file dlrNumeric/functional.h.
1.5.2