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