Similar to std::binder2nd, but giving the argument types explicitly. More...
Similar to std::binder2nd, but giving the argument types explicitly.
Definition at line 225 of file base.h.
typedef first_argument_type std::unary_function< first_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< first_argument_type , result_type >::result_type [inherited] |
result_type
is the return type
Definition at line 105 of file stl_function.h.