Advance the wrapped iterator by n.
Synopsis
Declared in <llvm/ADT/iterator.h>
MCSubRegIterator&
operator+=(difference_type n);
Return Value
Reference to this iterator after advancing.
Parameters
Name |
Description |
n |
Number of positions to move forward. |
Created with MrDocs