![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Removes the first extent from the given array type. More...
Public Types | |
| using | type = T |
| The resulting type. | |
Removes the first extent from the given array type.
| T | The array type to remove the first extent from |
If T is an array of some type X, provides static member type as an alias to X. If T is multidimensional array, only the first dimension is removed. Otherwise if T is not an array, type is an alias to T.
| using std::remove_extent< T >::type = T |
The resulting type.