std::unary_function< _Arg, _Result > Struct Template Reference
[Functor Base Classes]

#include <stl_function.h>

Inheritance diagram for std::unary_function< _Arg, _Result >:

__gnu_cxx::__aux_balloc::_Ffit_finder< _Tp, _Alloc > __gnu_cxx::__aux_balloc::_Functor_Ref< _Functor > __gnu_cxx::__aux_balloc::_Inclusive_between< _Tp > std::_Select1st< _Pair > std::_Select2nd< _Pair > std::binder1st< _Operation > std::binder2nd< _Operation > std::pointer_to_unary_function< _Arg, _Result > std::unary_negate< _Predicate > List of all members.

Public Types

typedef _Arg argument_type
typedef _Result result_type
 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 stl_function.h.


Member Typedef Documentation

template<class _Arg, class _Result>
typedef _Arg std::unary_function< _Arg, _Result >::argument_type
 

argument_type is the type of the argument (no surprises here)

Reimplemented in __gnu_cxx::__aux_balloc::_Functor_Ref< _Functor >.

Definition at line 104 of file stl_function.h.

template<class _Arg, class _Result>
typedef _Result std::unary_function< _Arg, _Result >::result_type
 

result_type is the return type

Reimplemented in __gnu_cxx::__aux_balloc::_Functor_Ref< _Functor >.

Definition at line 107 of file stl_function.h.


The documentation for this struct was generated from the following file:
Generated on Tue Jan 30 17:32:15 2007 for GNU C++ STL by doxygen 1.3.6