aimstil
5.0.5
|
Assignment functor. More...
#include <til/functors.h>
Public Types | |
typedef std::binary_function< typename boost::add_reference< T >::type, typename boost::call_traits< T >::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 | |
result_type | operator() (first_argument_type x, second_argument_type y) |
Assignment functor.
Definition at line 339 of file functors.h.
typedef std::binary_function<typename boost::add_reference<T>::type,typename boost::call_traits<T>::param_type,void> til::functor::Assign< T >::Base |
Definition at line 342 of file functors.h.
typedef Base::first_argument_type til::functor::Assign< T >::first_argument_type |
Definition at line 343 of file functors.h.
typedef Base::result_type til::functor::Assign< T >::result_type |
Definition at line 345 of file functors.h.
typedef Base::second_argument_type til::functor::Assign< T >::second_argument_type |
Definition at line 344 of file functors.h.
|
inline |
Definition at line 346 of file functors.h.