Returns the element n positions from the current one.
Synopsis
Declared in <kernel/bitcoinkernel_wrapper.h>
ValueType
operator[](difference_type n) const;
Return Value
The view at that offset.
Parameters
Name |
Description |
n |
The offset from the current position. |
Created with MrDocs