-
#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
TransformedArray
type with the sameElementTag
but with theIndexTransform::static_input_rank
ofOtherTransform
, and a layout container kind ofcontainer
.- Template Parameters:¶
- typename OtherTransform¶
The new transform type. Must be an instance of
IndexTransform
orIndexTransformView
.