Function which returns its argument. More...
Public Member Functions | |
template<typename Ref1 > | |
T | operator() (Ref1 x) |
template<typename Ref1 > | |
T | operator() (Ref1 x) const |
bool | operator== (identity const &other) const |
Public Types | |
using | argument_type = T |
using | result_type = T |
Function which returns its argument.
T | Type of the argument. |
Instances of this struct with the same template parameter all compare equal.