tetl 0.1.0
Embedded Template Library
|
Provides the member typedef type which is the same as T, except that its topmost cv-qualifiers are removed. Removes the topmost const, or the topmost volatile, or both, if present. More...
#include <remove_cv.hpp>
Public Types | |
using | type = remove_const_t<remove_volatile_t<T>> |
Provides the member typedef type which is the same as T, except that its topmost cv-qualifiers are removed. Removes the topmost const, or the topmost volatile, or both, if present.
The behavior of a program that adds specializations for any of the templates described on this page is undefined.
using type = remove_const_t<remove_volatile_t<T>> |