-
#include "tensorstore/box.h"
-
explicit tensorstore::BoxView<Rank, Mutable>::BoxView(
span<const Index, Rank> shape)
requires (Mutable == false); -
template <size_t N>
requires (RankConstraint::Implies(N, static_rank)) &&
(Mutable == false)
explicit tensorstore::BoxView<Rank, Mutable>::BoxView(
IndexType (&shape)[N]); Constructs from a shape vector and an all-zero origin vector.