-
#include "tensorstore/index_space/index_transform.h" -
template <typename Target>
auto tensorstore::IndexTransform<InputRank, OutputRank, CKind>::
operator()(Target&& target) const; Enables
IndexTransformto be be applied toTransformedArray,TensorStore, and other types that supportApplyIndexTransform.