-
#include "tensorstore/index_interval.h" - constexpr IndexInterval tensorstore::IndexInterval::operator-() const;
Returns the negated interval.
Note that due to the constraints on
IndexInterval, this operation cannot overflow.
#include "tensorstore/index_interval.h"Returns the negated interval.
Note that due to the constraints on IndexInterval, this operation cannot
overflow.