-
#include "tensorstore/index_space/transformed_array.h"
-
template <typename Other>
requires IsTransformedArray<std::remove_cvref_t<Other>>
TransformedArray&
tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::
operator=(Other&& other) noexcept; Copy or move assigns from another normalized transformed array.