-
#include "tensorstore/box.h"
- tensorstore::Box<Rank>::Box();
Constructs a rank-0 box (if
static_rank == dynamic_rank
), or otherwise an unbounded box of rankstatic_rank
.
#include "tensorstore/box.h"
Constructs a rank-0 box (if static_rank == dynamic_rank
), or otherwise
an unbounded box of rank static_rank
.