aimstil
5.0.5
|
Static cast functor. More...
#include <til/functors.h>
Public Types | |
typedef std::binary_function< TTo &, typename boost::call_traits< TFrom >::param_type, void > | Base |
typedef Base::first_argument_type | first_argument_type |
typedef Base::second_argument_type | second_argument_type |
typedef Base::result_type | result_type |
Public Member Functions | |
void | operator() (first_argument_type x, second_argument_type y) const |
Static cast functor.
Definition at line 136 of file functors.h.
typedef std::binary_function<TTo &, typename boost::call_traits<TFrom>::param_type, void> til::functor::CastTo< TTo, TFrom >::Base |
Definition at line 139 of file functors.h.
typedef Base::first_argument_type til::functor::CastTo< TTo, TFrom >::first_argument_type |
Definition at line 140 of file functors.h.
typedef Base::result_type til::functor::CastTo< TTo, TFrom >::result_type |
Definition at line 142 of file functors.h.
typedef Base::second_argument_type til::functor::CastTo< TTo, TFrom >::second_argument_type |
Definition at line 141 of file functors.h.
|
inline |
Definition at line 143 of file functors.h.