-
#include "tensorstore/box.h"
-
template <typename BoxType>
requires Mutable &&
IsBoxLikeImplicitlyConvertibleToRank<BoxType, Rank>
void tensorstore::BoxView<Rank, Mutable>::DeepAssign(
const BoxType& other) const; Copies the contents of
other.origin()
andother.shape()
toorigin()
andshape()
, respectively.