![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
Removes the first extent from the given array type. More...
Public Types | |
| using | type |
| The resulting type. | |
| 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 |
Specialization for array of unknown bound.
| using std::remove_extent< T >::type |
The resulting type.
| using std::remove_extent< T[]>::type = T |
The resulting type.