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

identity Struct Template Reference

#include <stl_function.h>

Inheritance diagram for identity:

Inheritance graph
[legend]
Collaboration diagram for identity:

Collaboration graph
[legend]
List of all members.

Public Methods

const T & operator() (const T &x) const

template<class T>
struct identity< T >


Member Function Documentation

template<class T>
const T& identity< T >::operator() const T &    x const [inline]
 

Definition at line 287 of file stl_function.h.

00287 { return x; }


The documentation for this struct was generated from the following file:
logo OpenMask

Documentation generated on Thu May 2 15:03:32 2002

Generated with doxygen 1.2.12 by Dimitri van Heesch ,   1997-2001