#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 same ElementTag but with the IndexTransform::static_input_rank of OtherTransform, and a layout container kind of container.

Template Parameters:
typename OtherTransform

The new transform type. Must be an instance of IndexTransform or IndexTransformView.