Definition at line 155 of file ext/functional.
typedef _Arg std::unary_function< _Arg, _Result >::argument_type [inherited] |
argument_type
is the type of the
Reimplemented in __gnu_cxx::__detail::_Functor_Ref< _Functor >.
Definition at line 105 of file stl_function.h.
typedef _Result std::unary_function< _Arg, _Result >::result_type [inherited] |
argument (no surprises here) result_type
is the return type
Reimplemented in std::_Reference_wrapper_base_impl< true, true, _Tp >, and __gnu_cxx::__detail::_Functor_Ref< _Functor >.
Definition at line 108 of file stl_function.h.