Returns an iterator advanced by n positions (offset on the left).

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Iterator
operator+(
    difference_type n,
    Iterator const& it);

Return Value

A new iterator at the offset position.

Parameters

Name

Description

n

The offset to add.

it

The iterator to advance.

Created with MrDocs