-
#include "tensorstore/array.h" -
template <DimensionIndex Rank, typename Indices>
requires IsCompatiblePartialIndexVector<Rank, Indices>
constexpr DimensionIndex tensorstore::SubArrayStaticRank; Metafunction that computes the static rank of the sub-array obtained by indexing an array of the given
Rankwith an index vector of typeIndices.