-
#include "tensorstore/box.h"
-
template <typename BoxType>
requires IsBoxLikeExplicitlyConvertibleToRank<BoxType, Rank> &&
(!Mutable || IsMutableBoxLike<BoxType>)
explicit tensorstore::BoxView<Rank, Mutable>::BoxView(
unchecked_t,
BoxType&& other); Unchecked conversion.