-
#include "tensorstore/box.h"
-
template <typename BoxType>
requires IsBoxLikeImplicitlyConvertibleToRank<BoxType, static_rank>
Box& tensorstore::Box<Rank>::operator=(const BoxType& other); Assigns from another Box-like type with a compatible rank.
#include "tensorstore/box.h"
Assigns from another Box-like type with a compatible rank.