Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::remove_extent< T[N]> Class Template Reference

Removes the first extent from the given array type. More...

Public Types

using type
 The resulting type.
 
using type = T
 The resulting type.
 

Detailed Description

template<typename T, size_t N>
class std::remove_extent< T[N]>

Removes the first extent from the given array type.

Template Parameters
TThe array type to remove the first extent from
Narray size

Specialization for array of known bound.

Member Typedef Documentation

◆ type [1/2]

using std::remove_extent< T >::type

The resulting type.

◆ type [2/2]

template<typename T, size_t N>
using std::remove_extent< T[N]>::type = T

The resulting type.


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