C++ - std::type_identity_t
std::type_identity_t was introduced in C++20. Main purpose of this type alias has the following reasons.
std::type_identity_t was introduced in C++20. Main purpose of this type alias has the following reasons.
C++20 introduced concept. The following code shows the example of using concept.
C++ variadic template with lambda
C++ variadic template fold expression
C++20 allow to have a template non type argument for literal class type