[#btck-Iterator-operator_inc-01c] = xref:btck.adoc[btck]::xref:btck/Iterator.adoc[Iterator]::operator++ :relfileprefix: ../../ :mrdocs: Increment operators == Synopses Declared in `<kernel/bitcoinkernel_wrapper.h>` Advances to the next element. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto& xref:btck/Iterator/operator_inc-0f.adoc[operator++](); ---- [.small]#xref:btck/Iterator/operator_inc-0f.adoc[_» more..._]# Advances to the next element (post‐increment). [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto xref:btck/Iterator/operator_inc-015.adoc[operator++](int unused); ---- [.small]#xref:btck/Iterator/operator_inc-015.adoc[_» more..._]# == Return Value * A reference to this iterator. * A copy of the iterator before advancing. == Parameters [cols="1,4"] |=== | Name| Description | *unused* | Ignored disambiguator selecting the post‐increment form. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#