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