#include "tensorstore/index_interval.h"
constexpr Index tensorstore::IndexIntervalRef::inclusive_max() const;

Returns the inclusive upper bound of the interval.

Returns:

inclusive_min() + size() - 1.