tetl 0.1.0
Embedded Template Library
|
Provides the member typedef type which is the same as T, except it has a cv-qualifier added (unless T is a function, a reference, or already has this cv-qualifier). Adds both const and volatile. More...
#include <etl/type_traits.hpp>
Public Types | |
using | type = T const volatile |
Related Symbols | |
(Note that these are not member symbols.) | |
template<typename T> | |
using | add_cv_t = typename add_cv<T>::type |
Provides the member typedef type which is the same as T, except it has a cv-qualifier added (unless T is a function, a reference, or already has this cv-qualifier). Adds both const and volatile.
using type = T const volatile |