tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
remove_extent< T > Struct Template Reference

If T is an array of some type X, provides the member typedef type equal to X, otherwise type is T. Note that if T is a multidimensional array, only the first dimension is removed. The behavior of a program that adds specializations for remove_extent is undefined. More...

#include <remove_extent.hpp>

Public Types

using type = T
 

Detailed Description

template<typename T>
struct etl::remove_extent< T >

If T is an array of some type X, provides the member typedef type equal to X, otherwise type is T. Note that if T is a multidimensional array, only the first dimension is removed. The behavior of a program that adds specializations for remove_extent is undefined.

Member Typedef Documentation

◆ type

template<typename T>
using type = T

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