Public Member Functions
Clasp::identity< T > Struct Template Reference

An unary operator function that simply returns its argument. More...

#include <misc_types.h>

List of all members.

Public Member Functions

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

Detailed Description

template<class T>
struct Clasp::identity< T >

An unary operator function that simply returns its argument.

Definition at line 222 of file misc_types.h.


Member Function Documentation

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

Definition at line 223 of file misc_types.h.

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

Definition at line 224 of file misc_types.h.


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


clasp
Author(s): Benjamin Kaufmann
autogenerated on Thu Aug 27 2015 12:41:41