Constructs an iterator to a specific index of ptr.

Synopsis

Declared in <kernel/bitcoinkernel_wrapper.h>

Iterator(
    Collection const* ptr,
    size_t idx);

Parameters

Name

Description

ptr

The collection to iterate over.

idx

The starting index.

Created with MrDocs