-
#include "tensorstore/index_space/transformed_array.h" -
template <typename OtherTransform>
using tensorstore::TransformedArray<ElementTagType,
Rank,
LayoutCKind>::RebindTransform =
TransformedArray<ElementTagType,
OtherTransform::static_input_rank>; Alias that evaluates to the
TransformedArraytype with the sameElementTagbut with theIndexTransform::static_input_rankofOtherTransform, and a layout container kind ofcontainer.- Template Parameters:¶
- typename OtherTransform¶
The new transform type. Must be an instance of
IndexTransformorIndexTransformView.