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