btck::Range::operator[]

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

NameDescription
indexThe zero-based element index.