![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__functional/identity.hpp>
vccc::identity
is a function object type whose operator()
returns its argument unchanged.
Public Types | |
using | is_transparent = std::true_type |
Public Member Functions | |
template<typename T > | |
constexpr T && | operator() (T &&t) const noexcept |
using is_transparent = std::true_type |
|
inlineconstexprnoexcept |