Forward iterator over intervals that contain a query point.
Synopsis
Declared in <llvm/ADT/IntervalTree.h>
class find_iterator;
Type Aliases
Name |
Description |
Distance type between iterators (interval data type by design). |
|
Iterator category tag for a forward iterator. |
|
Pointer to interval data. |
|
Reference to interval data. |
|
Type of the interval data yielded by this iterator. |
Member Functions
Name |
Description |
Return a const reference to the current overlapping interval. |
|
Increment operators |
|
Access the current overlapping interval through a pointer. |
Friends
Name |
Description |
Interval tree that stores closed intervals and answers point queries. |
|
Return true when |
|
Return true when |
Created with MrDocs