![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
obtains the size of an array type along a specified dimension More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< size_t, extent_v< T, 0 > > | |
| using | type |
| The type of this class. | |
| using | value_type |
| The type of the value. | |
Public Member Functions inherited from std::integral_constant< size_t, extent_v< T, 0 > > | |
| constexpr | operator value_type () const noexcept |
Implicit conversion to Type. | |
| constexpr auto | operator() () const noexcept -> value_type |
| Nullary function call operator. | |
Static Public Attributes inherited from std::integral_constant< size_t, extent_v< T, 0 > > | |
| static constexpr value_type | value |
| The constant. | |
obtains the size of an array type along a specified dimension
| T | type to query |
| N | specified array dimension |
If T is an array type of rank greater than N, obtains the bound of the N 'th dimension of T as the value. If T is an array type of unknown bound, then the value is 0. In all other cases, value is 0.