-
#include "tensorstore/index_interval.h"
- constexpr Index tensorstore::IndexIntervalRef::exclusive_max() const;
Returns the inclusive upper bound of the interval. :returns:
inclusive_min() + size()
.
#include "tensorstore/index_interval.h"
Returns the inclusive upper bound of the interval.
:returns: inclusive_min() + size()
.