-
#include "tensorstore/index_interval.h" -
static constexpr IndexIntervalRef
tensorstore::IndexIntervalRef::UncheckedSized(Index& inclusive_min,
Index& size); Returns an IndexIntervalRef that refers to the specified
inclusive_minandsizevalues.The values of
inclusive_minandsizeare not checked at the time of construction. However, any operation other thanoperator=is invalid ifIndexInterval::ValidSized(inclusive_min, size)does not hold.