[#btck-Iterator-operator_subs] = xref:btck.adoc[btck]::xref:btck/Iterator.adoc[Iterator]::operator[] :relfileprefix: ../../ :mrdocs: Returns the element `n` positions from the current one. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- ValueType operator[](xref:btck/Iterator/difference_type.adoc[difference_type] n) const; ---- == Return Value The view at that offset. == Parameters [cols="1,4"] |=== | Name| Description | *n* | The offset from the current position. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#