[#btck-Range-01-operator_subs] = xref:btck.adoc[btck]::xref:btck/Range-01.adoc[Range]::operator[] :relfileprefix: ../../ :mrdocs: Returns the element at `index` without bounds checking. == Synopsis Declared in `<kernel/bitcoinkernel_wrapper.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:btck/Range-01/value_type.adoc[value_type] operator[](size_t index) const; ---- == Return Value The view at that index. == Parameters [cols="1,4"] |=== | Name| Description | *index* | The zero‐based element index. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#