aimstil
5.0.5
|
In-place addition functor. More...
#include <til/functors.h>
Public Types | |
typedef std::binary_function< typename boost::add_reference< T1 >::type, typename boost::call_traits< T2 >::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) const |
In-place addition functor.
Definition at line 200 of file functors.h.
typedef std::binary_function<typename boost::add_reference<T1>::type,typename boost::call_traits<T2>::param_type,void> til::functor::AddTo< T1, T2 >::Base |
Definition at line 203 of file functors.h.
typedef Base::first_argument_type til::functor::AddTo< T1, T2 >::first_argument_type |
Definition at line 204 of file functors.h.
typedef Base::result_type til::functor::AddTo< T1, T2 >::result_type |
Definition at line 206 of file functors.h.
typedef Base::second_argument_type til::functor::AddTo< T1, T2 >::second_argument_type |
Definition at line 205 of file functors.h.
|
inline |
Definition at line 207 of file functors.h.