[#btck-operator_plus] = xref:btck.adoc[btck]::operator+ :relfileprefix: ../ :mrdocs: Returns an iterator advanced by `n` positions (offset on the left). == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Iterator.adoc[Iterator] operator+( xref:btck/Iterator/difference_type.adoc[difference_type] n, xref:btck/Iterator.adoc[Iterator] const& it); ---- == Return Value A new iterator at the offset position. == Parameters [cols="1,4"] |=== | Name| Description | *n* | The offset to add. | *it* | The iterator to advance. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#