-
#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_min
andsize
values.The values of
inclusive_min
andsize
are not checked at the time of construction. However, any operation other thanoperator=
is invalid ifIndexInterval::ValidSized(inclusive_min, size)
does not hold.