Similar to std::binder1st, but giving the argument types explicitly. More...
Similar to std::binder1st, but giving the argument types explicitly.
Definition at line 196 of file base.h.
typedef second_argument_type std::unary_function< second_argument_type , result_type >::argument_type [inherited] |
argument_type
is the type of the argument (no surprises here)
Definition at line 102 of file stl_function.h.
typedef result_type std::unary_function< second_argument_type , result_type >::result_type [inherited] |
result_type
is the return type
Definition at line 105 of file stl_function.h.