Definition at line 227 of file tr1/functional.
typedef _Tp::first_argument_type std::binary_function< _Tp::first_argument_type , _Tp::second_argument_type , _Tp::result_type >::first_argument_type [inherited] |
typedef _Tp::result_type std::binary_function< _Tp::first_argument_type , _Tp::second_argument_type , _Tp::result_type >::result_type [inherited] |
type of the return type
Reimplemented in std::tr1::_Reference_wrapper_base_impl< true, true, _Tp >.
Definition at line 119 of file stl_function.h.
typedef _Tp::second_argument_type std::binary_function< _Tp::first_argument_type , _Tp::second_argument_type , _Tp::result_type >::second_argument_type [inherited] |