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