-
#include "tensorstore/index_space/transformed_array.h"
-
template <typename T>
constexpr bool tensorstore::IsTransformedArrayLike =
IsArray<T> || IsTransformedArray<T>; Bool-valued metafunction that evaluates to
true
ifT
satisfiesIsArray
orIsTransformedArray
.