![]() |
Arene Base
Fundamental Utilities For Safety Critical C++
|
obtains the number of dimensions of an array type More...

Additional Inherited Members | |
Public Types inherited from std::integral_constant< size_t, rank_v< T > > | |
| 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, rank_v< T > > | |
| 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, rank_v< T > > | |
| static constexpr value_type | value |
| The constant. | |
obtains the number of dimensions of an array type
| T | type to query |
If T is an array type, provides the member constant value equal to the number of dimensions of the array. For any other type, value is 0.