libstdc++
|
One of the binder functors.
typedef _Operation::second_argument_type std::unary_function< _Operation::second_argument_type , _Operation::result_type >::argument_type [inherited] |
argument_type
is the type of the argument
Definition at line 105 of file stl_function.h.
typedef _Operation::result_type std::unary_function< _Operation::second_argument_type , _Operation::result_type >::result_type [inherited] |
result_type
is the return type
Definition at line 108 of file stl_function.h.