-
#include "tensorstore/box.h"
-
template <DimensionIndex Rank>
BoxView<RankConstraint::FromInlineRank(Rank)>
tensorstore::GetBoxDomainOf(const Box<Rank>& box); -
template <DimensionIndex Rank, bool Mutable>
BoxView<Rank>
tensorstore::GetBoxDomainOf(const BoxView<Rank, Mutable>& box); Implements the
HasBoxDomain
concept forBox
andBoxView
.