|
Util--
1.1
|
Identity functor. More...
#include <utilmm/functional/utils.hh>


Public Member Functions | |
| arg_type | operator() (arg_type x) const |
| Identity call. More... | |
Identity functor.
This functor correspond to the identity function. It is a function that will return exactly the same value as passed as argument. It also uses arg_traits to improve performances avoiding the copy of complex objects
| Ty | the type of arguments |
|
inline |
Identity call.
| x | The argument |
1.8.6