begin overloads
Synopses
Declared in <llvm/ADT/IntervalMap.h>
Return a const iterator to the first interval.
const_iterator
begin() const;
Return an iterator to the first interval.
Return Value
-
Const iterator to the first mapped interval, or end() if empty.
-
Iterator to the first mapped interval, or end() if empty.
Created with MrDocs