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