-
#include "tensorstore/index_space/transformed_array.h" -
template <typename Other>
requires IsTransformedArray<std::remove_cvref_t<Other>>
tensorstore::TransformedArray<ElementTagType, Rank, LayoutCKind>::
TransformedArray(Other&& other); Copy or move constructs from another normalized transformed array.
- Requires:¶
ElementPointeris constructible fromOther::ElementPointer.- Requires:¶
Transformis constructible fromOther::Transform.