AddressPosition::AddressPosition

Constructs a position from its table, multiplicity, bucket, and slot.

Synopsis

Declared in <addrman.h>

explicit
AddressPosition(
    bool tried_in,
    int multiplicity_in,
    int bucket_in,
    int position_in);

Parameters

NameDescription
tried_inWhether the address is in the tried table.
multiplicity_inNumber of new-table buckets holding the address.
bucket_inThe bucket index.
position_inThe position within the bucket.