The <concepts> header from C++20's standard library. More...
Collaboration diagram for type_traits:Classes | |
| struct | std::type_identity< t > |
| The identity transformation (a transformation_trait that returns the input). More... | |
Typedefs | |
| template<typename t > | |
| using | std::type_identity_t = typename type_identity< t >::type |
| A shortcut for std::type_identity. | |
The <concepts> header from C++20's standard library.