[#btck-Iterator-operator_minus-0a] = xref:btck.adoc[btck]::xref:btck/Iterator.adoc[Iterator]::operator‐ :relfileprefix: ../../ :mrdocs: Computes the distance between two iterators. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto operator‐(xref:btck/Iterator.adoc[Iterator] const& other) const; ---- == Return Value The signed number of elements between the two positions. == Parameters [cols="1,4"] |=== | Name| Description | *other* | The iterator to subtract. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#