btck::Iterator::operator[]

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

NameDescription
nThe offset from the current position.