tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_volatile< Type > Struct Template Reference

Provides the member typedef type which is the same as T, except that its topmost cv-qualifiers are removed. Removes the topmost volatile. More...

#include <remove_volatile.hpp>

Public Types

using type = Type
 

Detailed Description

template<typename Type>
struct etl::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.

The behavior of a program that adds specializations for any of the templates described on this page is undefined.

Member Typedef Documentation

◆ type

template<typename Type>
using type = Type

The documentation for this struct was generated from the following file: