![]() |
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 |
| N | array size |
Specialization for array of known bound.
| using std::remove_extent< T >::type |
The resulting type.
| using std::remove_extent< T[N]>::type = T |
The resulting type.