-
#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:¶
ElementPointer
is constructible fromOther::ElementPointer
.- Requires:¶
Transform
is constructible fromOther::Transform
.