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