identity< T > Struct Template Reference |
Public Types | |
typedef T & | result_type |
Public Member Functions | |
T & | operator() (T &x) const |
Detailed Description
template<typename T>
struct adobe::identity< T >
Definition at line 123 of file operator.hpp.
Member Typedef Documentation
typedef T& result_type |
Definition at line 125 of file operator.hpp.
Member Function Documentation
T& operator() | ( | T & | x ) | const |
Definition at line 127 of file operator.hpp.