Template Class binder2_1

Inheritance Relationships

Base Type

  • public std::unary_function< BF::second_argument_type, BF::result_type >

Class Documentation

template<class BF>
class binder2_1 : public std::unary_function<BF::second_argument_type, BF::result_type>

Public Functions

binder2_1(const BF &oper, typename BF::first_argument_type val)
BF::result_type operator()(const typename BF::second_argument_type &x) const

Protected Attributes

BF _oper
BF::first_argument_type _value