Advances the iterator by n positions.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
auto&
operator+=(difference_type n);
Return Value
A reference to this iterator.
Parameters
Name |
Description |
n |
The number of positions to advance. |
Created with MrDocs