aimstil
5.0.5
|
Static cast functor. More...
#include <til/functors.h>
Public Types | |
typedef std::unary_function< typename boost::call_traits< TFrom >::param_type, TTo > | Base |
typedef Base::argument_type | argument_type |
typedef Base::result_type | result_type |
Public Member Functions | |
result_type | operator() (argument_type x) const |
Static cast functor.
Definition at line 163 of file functors.h.
typedef Base::argument_type til::functor::Cast< TTo, TFrom >::argument_type |
Definition at line 167 of file functors.h.
typedef std::unary_function<typename boost::call_traits<TFrom>::param_type,TTo> til::functor::Cast< TTo, TFrom >::Base |
Definition at line 166 of file functors.h.
typedef Base::result_type til::functor::Cast< TTo, TFrom >::result_type |
Definition at line 168 of file functors.h.
|
inline |
Definition at line 169 of file functors.h.