-
#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
true
ifT
is an array type convertible toSharedArrayView<const Index>
.