3#ifndef TETL_FUNCTIONAL_IDENTITY_HPP
4#define TETL_FUNCTIONAL_IDENTITY_HPP
16 [[nodiscard]]
constexpr auto operator()(T&& t)
const noexcept -> T&&
Definition adjacent_find.hpp:8
constexpr auto forward(remove_reference_t< T > ¶m) noexcept -> T &&
Forwards lvalues as either lvalues or as rvalues, depending on T. When t is a forwarding reference (a...
Definition forward.hpp:18
etl::identity is a function object type whose operator() returns its argument unchanged.
Definition identity.hpp:12
constexpr auto operator()(T &&t) const noexcept -> T &&
Definition identity.hpp:16
void is_transparent
Definition identity.hpp:13