-
#include "tensorstore/box.h" -
constexpr const DimensionIndex tensorstore::Box<Rank>::static_rank =
(Rank < 0) ? dynamic_rank : Rank; Compile-time rank, or
dynamic_rankif the rank is specified at run time.
#include "tensorstore/box.h"Compile-time rank, or dynamic_rank if the rank is specified at run time.