Template Class binder3_1

Inheritance Relationships

Base Type

  • public std::binary_function< TF::secondof3_argument_type, TF::thirdof3_argument_type, TF::result_type >

Class Documentation

template<class TF>
class binder3_1 : public std::binary_function<TF::secondof3_argument_type, TF::thirdof3_argument_type, TF::result_type>

Public Functions

binder3_1(const TF &oper, typename TF::firstof3_argument_type val)
TF::result_type operator()(typename TF::secondof3_argument_type const &x1, typename TF::thirdof3_argument_type const &x2) const

Protected Attributes

TF _oper
TF::firstof3_argument_type _value