-
#include "tensorstore/tensorstore.h"
-
template <typename Expr>
friend auto tensorstore::TensorStore<ElementType, Rank, Mode>::
ApplyIndexTransform(Expr&& expr, TensorStore store); Applies a function that operates on an IndexTransform to a TensorStore.
This definition allows DimExpression objects to be applied to TensorStore objects.