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

Removes all extents from the given array type. More...

Public Types

using type
 The resulting type.
 
using type = typename remove_all_extents<T>::type
 The resulting type.
 

Detailed Description

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

Removes all extents from the given array type.

Template Parameters
TThe array type to remove all extents from
Narray size

Specialization for array of known bound.

Member Typedef Documentation

◆ type [1/2]

using std::remove_all_extents< T >::type

The resulting type.

◆ type [2/2]

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

The resulting type.


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