![]() |
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 |
Specialization for array of unknown bound.
| using std::remove_all_extents< T >::type |
The resulting type.
| using std::remove_all_extents< T[]>::type = typename remove_all_extents<T>::type |
The resulting type.