Returns the element at index with bounds checking.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

value_type
at(size_t index) const;

Return Value

The view at that index.

Parameters

Name

Description

index

The zero‐based element index.

Created with MrDocs