std::_Identity< _Tp > Struct Template Reference

#include <stl_function.h>

Inheritance diagram for std::_Identity< _Tp >:

std::unary_function< _Tp, _Tp > __gnu_cxx::identity< _Tp > List of all members.

Public Member Functions

_Tp & operator() (_Tp &__x) const
const _Tp & operator() (const _Tp &__x) const

Detailed Description

template<class _Tp>
struct std::_Identity< _Tp >

Definition at line 530 of file stl_function.h.


Member Function Documentation

template<class _Tp>
const _Tp& std::_Identity< _Tp >::operator() ( const _Tp &  __x  )  const [inline]

Definition at line 537 of file stl_function.h.

template<class _Tp>
_Tp& std::_Identity< _Tp >::operator() ( _Tp &  __x  )  const [inline]

Definition at line 533 of file stl_function.h.


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