tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_cv.hpp File Reference

Go to the source code of this file.

Classes

struct  remove_cv< 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. More...
 

Namespaces

namespace  etl
 

Typedefs

template<typename T>
using remove_cv_t = remove_const_t<remove_volatile_t<T>>