Returns an iterator advanced by n positions.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

auto
operator+(difference_type n) const;

Return Value

A new iterator at the offset position.

Parameters

Name

Description

n

The offset to add.

Created with MrDocs