Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

std::_Identity Struct Template Reference

#include <stl_function.h>

Inheritance diagram for std::_Identity:

Inheritance graph
[legend]
Collaboration diagram for std::_Identity:

Collaboration graph
[legend]
List of all members.

Public Methods

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

template<class _Tp> struct std::_Identity


Member Function Documentation

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

Definition at line 330 of file stl_function.h.

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

Definition at line 329 of file stl_function.h.


The documentation for this struct was generated from the following file:
Generated at Tue May 1 16:29:50 2001 for libstdc++-v3 by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001