man std::unary_function (Fonctions bibliothèques) -
NAME
std::unary_function -
SYNOPSIS
#include <functional>
Inherited by std::pointer_to_unary_function< Arg, Result >.
Public Types
typedef Arg argument_type
argument_type is the type of the
typedef Result result_type
argument (no surprises here) result_type is the return type
Detailed Description
template<class Arg, class Result> struct std::unary_function< Arg, Result >
This is one of the functor base classes.
Definition at line 102 of file functional.
Member Typedef Documentation
template<class Arg, class Result> typedef Arg std::unary_function< Arg, Result >::argument_type
argument_type is the type of the
Reimplemented in __gnu_cxx::aux_balloc::FunctorRef< Functor >.
Definition at line 104 of file functional.
template<class Arg, class Result> typedef Result std::unary_function< Arg, Result >::result_type
argument (no surprises here) result_type is the return type
Reimplemented in __gnu_cxx::aux_balloc::FunctorRef< Functor >.
Definition at line 107 of file functional.
Author
Generated automatically by Doxygen for libstdc++-v3 Source from the source code.