-
#include "tensorstore/index_space/transformed_array.h"
-
template <typename Expr, typename T>
auto tensorstore::ApplyIndexTransform(Expr&& expr, T&& t); Applies a function that operates on an
IndexTransform
to a transformed array. The result is always aTransformedArray
.This allows
DimExpression
objects to be used with transformed arrays.