btck::Range::at

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

NameDescription
indexThe zero-based element index.