Members
Member
Where defined
Description
argument_type
Adaptable Unary Function
The type of the function object's argument, which is AdaptableBinaryFunction::first_argument_type
result_type
Adaptable Unary Function
The type of the result: AdaptableBinaryFunction::result_type
result_type operator()(const argument_type& x) const
Adaptable Unary Function
Function call. Returns F(x, c) , where F and c are the arguments with which this binder1st was constructed.
binder2nd(const AdaptableBinaryFunction& F, AdaptableBinaryFunction::second_argument_type c)
binder2nd
See below
template
binder2nd
See below