aimstil
5.0.5
|
Multiplication 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 |
Multiplication functor.
Definition at line 293 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::Mul< T1, T2, TRes >::Base |
Definition at line 296 of file functors.h.
typedef Base::first_argument_type til::functor::Mul< T1, T2, TRes >::first_argument_type |
Definition at line 297 of file functors.h.
typedef Base::result_type til::functor::Mul< T1, T2, TRes >::result_type |
Definition at line 299 of file functors.h.
typedef Base::second_argument_type til::functor::Mul< T1, T2, TRes >::second_argument_type |
Definition at line 298 of file functors.h.
|
inline |
Definition at line 300 of file functors.h.