-
#include "tensorstore/contiguous_layout.h" -
template <DimensionIndex R>
requires (R != Rank) && (RankConstraint::Implies(R, Rank))
tensorstore::ContiguousLayoutPermutation<Rank>::
ContiguousLayoutPermutation(ContiguousLayoutPermutation<R> other); Converts from another
ContiguousLayoutPermutationwith compatible rank.