[#AddressPosition-2constructor] = xref:AddressPosition.adoc[AddressPosition]::AddressPosition :relfileprefix: ../ :mrdocs: Constructs a position from its table, multiplicity, bucket, and slot. == Synopsis Declared in `<addrman.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit AddressPosition( bool tried_in, int multiplicity_in, int bucket_in, int position_in); ---- == Parameters [cols="1,4"] |=== | 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. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#