aimstil
5.0.5
|
Addition functor. More...
#include <til/functors.h>
Public Types | |
typedef std::binary_function< typename boost::call_traits< T1 >::param_type, typename boost::call_traits< T2 >::param_type, TRes > | 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 |
Addition functor.
Definition at line 263 of file functors.h.
typedef std::binary_function<typename boost::call_traits<T1>::param_type, typename boost::call_traits<T2>::param_type, TRes> til::functor::Add< T1, T2, TRes >::Base |
Definition at line 266 of file functors.h.
typedef Base::first_argument_type til::functor::Add< T1, T2, TRes >::first_argument_type |
Definition at line 267 of file functors.h.
typedef Base::result_type til::functor::Add< T1, T2, TRes >::result_type |
Definition at line 269 of file functors.h.
typedef Base::second_argument_type til::functor::Add< T1, T2, TRes >::second_argument_type |
Definition at line 268 of file functors.h.
|
inline |
Definition at line 270 of file functors.h.