-
#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
transformapplied toarray.The domain of
arrayis propagated totransformusingPropagateBounds.