5 #ifndef VCCC_FUNCTIONAL_IDENTITY_HPP
6 #define VCCC_FUNCTIONAL_IDENTITY_HPP
28 return std::forward<T>(t);
Definition: directory.h:12
function object that returns its argument unchanged
Definition: identity.hpp:25
std::true_type is_transparent
Definition: identity.hpp:31
constexpr T && operator()(T &&t) const noexcept
Definition: identity.hpp:27