Returns an iterator advanced by n positions (offset on the left).
Declared in <kernel/bitcoinkernel_wrapper.h>
Iterator
operator+(
difference_type n,
Iterator const& it);
A new iterator at the offset position.
| Name | Description |
|---|---|
| n | The offset to add. |
| it | The iterator to advance. |