55 class rank<T[]> final :
59 template<
typename T, bsl::u
intmax N>
60 class rank<T[N]> final :
61 public integral_constant<bsl::uintmax, rank<T>::value + 1>
If the provided type is an array type (taking into account const qualifications), provides the member...
Definition: integral_constant.hpp:45
If T is an array type, provides the member constant value equal to the number of dimensions of the ar...
Definition: rank.hpp:48