Arene Base
Fundamental Utilities For Safety Critical C++
Loading...
Searching...
No Matches
std::remove_all_extents< T[]> 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>
class std::remove_all_extents< T[]>

Removes all extents from the given array type.

Template Parameters
TThe array type to remove all extents from

Specialization for array of unknown bound.

Member Typedef Documentation

◆ type [1/2]

using std::remove_all_extents< T >::type

The resulting type.

◆ type [2/2]

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

The resulting type.


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