|
tetl 0.1.0
Embedded Template Library
|
Go to the source code of this file.
Classes | |
| struct | remove_volatile< Type > |
| Provides the member typedef type which is the same as T, except that its topmost cv-qualifiers are removed. Removes the topmost volatile. More... | |
| struct | remove_volatile< Type volatile > |
Namespaces | |
| namespace | etl |
Typedefs | |
| template<typename T > | |
| using | remove_volatile_t = typename remove_volatile< T >::type |