aimstil
5.0.5
|
In-place subtraction 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 subtraction functor.
Definition at line 215 of file functors.h.
typedef std::binary_function<typename boost::add_reference<T1>::type,typename boost::call_traits<T2>::param_type,void> til::functor::SubTo< T1, T2 >::Base |
Definition at line 218 of file functors.h.
typedef Base::first_argument_type til::functor::SubTo< T1, T2 >::first_argument_type |
Definition at line 219 of file functors.h.
typedef Base::result_type til::functor::SubTo< T1, T2 >::result_type |
Definition at line 221 of file functors.h.
typedef Base::second_argument_type til::functor::SubTo< T1, T2 >::second_argument_type |
Definition at line 220 of file functors.h.
|
inline |
Definition at line 222 of file functors.h.