btck::Iterator::Iterator

Constructs an iterator to a specific index of ptr.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Iterator(
    Collection const* ptr,
    size_t idx);

Parameters

NameDescription
ptrThe collection to iterate over.
idxThe starting index.