Returns the element at index without bounds checking.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
value_type
operator[](size_t index) const;
Return Value
The view at that index.
Parameters
Name |
Description |
index |
The zero‐based element index. |
Created with MrDocs