C++ named requirements: TransformationTrait (since C++11)
From cppreference.com
C++
C++ named requirements
|
|
|
A TransformationTrait is a class template that provides a transformation of its template type parameter.
Requirements
- Takes one template type parameter (additional template parameters are optional and allowed).
- The transformed type is a publicly accessible nested type named type .
Standard library
All type transformation traits satisfy TransformationTrait .
The following standard library class templates also satisfy TransformationTrait .
(C++11)
|
obtains the type of the specified element
(class template specialization) |
(C++11)
|
obtains the type of the elements of
pair
(class template specialization) |
(C++11)
|
obtains the type of the elements of
array
(class template specialization) |
obtains the type of the alternative specified by its index, at compile time
(class template) (alias template) |
Retrieved from "
https://en.cppreference.com/mwiki/index.php?title=cpp/named_req/TransformationTrait&oldid=170433
"