Constructors
Synopses
Declared in <kernel/bitcoinkernel_wrapper.h>
Constructs a singular (past‐the‐end sentinel) iterator.
Iterator() = default;
Constructs an iterator to the first element of ptr.
Iterator(Collection const* ptr);
Constructs an iterator to a specific index of ptr.
Iterator(
Collection const* ptr,
size_t idx);
Parameters
Name |
Description |
ptr |
The collection to iterate over. |
idx |
The starting index. |
Created with MrDocs