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

std::identity< _Tp > Struct Template Reference

#include <sgi_stl_compat.h>

Inheritance diagram for std::identity< _Tp >:

Inheritance graph
[legend]
Collaboration diagram for std::identity< _Tp >:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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

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


Member Function Documentation

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

Definition at line 296 of file sgi_stl_compat.h.

00296 { const _Tp& operator()(const _Tp& __x) const { return __x; } };


The documentation for this struct was generated from the following file:
Generated on Mon Apr 25 01:18:56 2005 for Parquete by doxygen 1.3.2