-
#include "tensorstore/box.h"
-
IndexInterval
tensorstore::Box<Rank>::operator[](DimensionIndex i) const; - IndexIntervalRef tensorstore::Box<Rank>::operator[](DimensionIndex i);
Returns a copy/reference to the index interval for dimension
i
.- Dchecks:¶
0 <= i && i < rank()
.