The identity functor. More...
#include <Identity.h>
Public Member Functions | |
| T & | operator() (T &x) const |
| Return a reference to the argument. | |
| const T & | operator() (const T &x) const |
| Return a const reference to the argument. | |
The identity functor.
1.6.3