Constructs a position from its table, multiplicity, bucket, and slot.
Declared in <addrman.h>
explicit
AddressPosition(
bool tried_in,
int multiplicity_in,
int bucket_in,
int position_in);
| 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. |