![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
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. | |
Removes all extents from the given array type.
| T | The array type to remove all extents from |
| N | array size |
Specialization for array of known bound.
| using std::remove_all_extents< T >::type |
The resulting type.
| using std::remove_all_extents< T[N]>::type = typename remove_all_extents<T>::type |
The resulting type.