-
#include "tensorstore/util/extents.h" -
template <DimensionIndex Rank, typename... IndexType>
constexpr bool tensorstore::IsCompatibleFullIndexPack; Bool-valued metafunction that evaluates to
trueif everyIndexTypeis convertible without narrowing toIndex, andsizeof...(IndexType)is compatible withRank.