-
#include "tensorstore/box.h"
-
template <typename ShapeVec>
requires IsImplicitlyCompatibleFullIndexVector<static_rank,
ShapeVec>
explicit tensorstore::Box<Rank>::Box(const ShapeVec& shape); -
template <size_t N>
requires (RankConstraint::Implies(N, static_rank))
explicit tensorstore::Box<Rank>::Box(const Index (&shape)[N]); Constructs from a shape vector.