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