-
#include "tensorstore/index_space/transformed_array.h"
-
template <typename A, typename T>
Result<
TransformedArrayTypeFromArrayAndTransform<std::remove_cvref_t<A>,
std::remove_cvref_t<T>>>
tensorstore::MakeTransformedArray(A&& array, T&& transform); Returns a transformed array representing
transform
applied toarray
.The domain of
array
is propagated totransform
usingPropagateBounds
.