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