Members
Member
Where defined
Description
first_argument_type
Adaptable Binary Function
The type of the first argument: X
second_argument_type
Adaptable Binary Function
The type of the second argument: Arg
result_type
Adaptable Binary Function
The type of the result: Result
Result operator()(X& x, Arg a) const
Binary Function
Function call operator. Invokes x.f(a), where f is the member function that was passed to the constructor.
explicit mem_fun1_ref_t(Result (X::*f)(Arg))
mem_fun1_ref_t
See below.
template
[2]mem_fun1_ref_t
See below.