#include "tensorstore/index_space/transformed_array.h"
ArrayView<ElementTag, dynamic_rank, offset_origin>
tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::
    
base_array() const;

Returns a fake “base array” such that this transformed array is equivalent to applying transform() to base_array().

Returns:

An array with an Array::element_pointer equal to element_pointer() and a layout of rank transform().output_rank() with unbounded domain and Array::byte_strides of 1.