The identity functor. More...
#include "../defs.h"
#include <functional>
Go to the source code of this file.
Classes | |
struct | Identity< T > |
The identity functor. More... | |
Functions | |
template<typename T > | |
Identity< T > | identity () |
Convenience function for constructing an Identity . |
The identity functor.