My Project
|
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. More...
#include <rank.hpp>
Inherits bsl::integral_constant< bsl::uintmax, 0 >.
Additional Inherited Members | |
![]() | |
using | type = integral_constant< bsl::uintmax, v > |
provides the member typedef "type" | |
using | value_type = bsl::uintmax |
provides the member typedef "value_type" | |
![]() | |
static constexpr value_type | value |
the type T that stores the integral constant | |
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.
T | the type to get the rank from |