|
tetl 0.1.0
Embedded Template Library
|
etl::identity is a function object type whose operator() returns its argument unchanged. More...
#include <identity.hpp>
Public Types | |
| using | is_transparent = void |
Public Member Functions | |
| template<typename T > | |
| constexpr auto | operator() (T &&t) const noexcept -> T && |
etl::identity is a function object type whose operator() returns its argument unchanged.