-
#include "tensorstore/index_space/dim_expression.h" -
template <typename T>
constexpr bool tensorstore::IsIndexArray =
IsArray<T> &&
std::is_convertible_v<T, SharedArrayView<const Index>>; Bool-valued metafunction that evaluates to
trueifTis an array type convertible toSharedArrayView<const Index>.