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

Name

Description

tried_in

Whether the address is in the tried table.

multiplicity_in

Number of new‐table buckets holding the address.

bucket_in

The bucket index.

position_in

The position within the bucket.

Created with MrDocs