std::unary_function< _Arg, _Result > Struct Template Reference
[Function Objects]
List of all members.
Public Types
Detailed Description
template<typename _Arg, typename _Result>
struct std::unary_function< _Arg, _Result >
This is one of the
functor base classes.
Definition at line 100 of file stl_function.h.
Member Typedef Documentation
template<typename _Arg, typename _Result>
argument_type
is the type of the argument (no surprises here)
Definition at line 102 of file stl_function.h.
template<typename _Arg, typename _Result>
The documentation for this struct was generated from the following file: