An unary operator function that simply returns its argument. More...
#include <misc_types.h>
Public Member Functions | |
T & | operator() (T &x) const |
const T & | operator() (const T &x) const |
An unary operator function that simply returns its argument.
Definition at line 222 of file misc_types.h.
T& Clasp::identity< T >::operator() | ( | T & | x | ) | const [inline] |
Definition at line 223 of file misc_types.h.
const T& Clasp::identity< T >::operator() | ( | const T & | x | ) | const [inline] |
Definition at line 224 of file misc_types.h.