[#btck-Iterator-operator_star] = xref:btck.adoc[btck]::xref:btck/Iterator.adoc[Iterator]::operator* :relfileprefix: ../../ :mrdocs: Returns the element at the current index. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- auto operator*() const; ---- == Return Value A copy of the view produced by the collection's accessor. [.small]#Created with https://www.mrdocs.com[MrDocs]#