right overloads
Declared in <llvm/ADT/IntervalTree.h>
Return the right endpoint of the closed interval.
PointType
right() const;
» more...
Return true if Point is inside the right bound of closed interval [Left;Right]. This is Point <= Right for closed intervals.
bool
right(PointType const& Point) const;
» more...