-
#include "tensorstore/index_space/transformed_array.h"
-
template <typename Other>
requires IsTransformedArray<std::remove_cvref_t<Other>> &&
IsStaticCastConstructible<
ElementPointer,
typename std::remove_cvref_t<Other>::ElementPointer> &&
IsStaticCastConstructible<
Transform,
typename std::remove_cvref_t<Other>::Transform>
explicit tensorstore::TransformedArray<
ElementTagType,
Rank,
LayoutCKind>::TransformedArray(unchecked_t, Other&& other); Unchecked conversion from an existing
TransformedArray
.