__gnu_cxx::_Constant_unary_fun< _Result, _Argument > Struct Template Reference

Inheritance diagram for __gnu_cxx::_Constant_unary_fun< _Result, _Argument >:

__gnu_cxx::constant_unary_fun< _Result, _Argument > List of all members.

Public Types

typedef _Argument argument_type
typedef _Result result_type

Public Member Functions

 _Constant_unary_fun (const result_type &__v)
const result_typeoperator() (const _Argument &) const

Public Attributes

result_type _M_val

Detailed Description

template<class _Result, class _Argument>
struct __gnu_cxx::_Constant_unary_fun< _Result, _Argument >

Definition at line 257 of file ext/functional.


Member Typedef Documentation

template<class _Result, class _Argument>
typedef _Argument __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::argument_type

Definition at line 259 of file ext/functional.

template<class _Result, class _Argument>
typedef _Result __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::result_type

Definition at line 260 of file ext/functional.


Constructor & Destructor Documentation

template<class _Result, class _Argument>
__gnu_cxx::_Constant_unary_fun< _Result, _Argument >::_Constant_unary_fun ( const result_type __v  )  [inline]

Definition at line 263 of file ext/functional.


Member Function Documentation

template<class _Result, class _Argument>
const result_type& __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::operator() ( const _Argument &   )  const [inline]

Definition at line 266 of file ext/functional.

References __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::_M_val.


Member Data Documentation

template<class _Result, class _Argument>
result_type __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::_M_val

Definition at line 261 of file ext/functional.

Referenced by __gnu_cxx::_Constant_unary_fun< _Result, _Argument >::operator()().


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 16:57:54 2010 for GNU C++ STL by  doxygen 1.4.7