-
#include "tensorstore/util/extents.h"
-
template <DimensionIndex Rank, typename Indices>
constexpr bool tensorstore::IsCompatibleFullIndexVector; Bool-valued metafunction that evaluates to
true
ifIndices
isspan
-compatible with aspan::value_type
convertible without narrowing toIndex
and a staticspan::extent
compatible withRank
.