tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_const< 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 const. More...

#include <remove_const.hpp>

Public Types

using type = Type
 

Detailed Description

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

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: