Members
Member
Where defined
Description
argument_type
Adaptable Unary Function
The type of the function object's argument: Arg.
result_type
Adaptable Unary Function
The type of the result: Result
result_type operator()(argument_type x)
Unary Function
Function call operator.
pointer_to_unary_function(Result (*f)(Arg))
pointer_to_unary_function
See below.
pointer_to_unary_function()
pointer_to_unary_function
See below.
template
pointer_to_unary_function
See below.