-
#include "tensorstore/index_space/dim_expression.h"
-
template <typename Transformable>
auto tensorstore::DimExpression<Op...>::operator()(
Transformable&& transformable) const; Applies this DimExpression to an object with an associated index space that supports
ApplyIndexTransform
.