[#CBlockLocator-2constructor-09] = xref:CBlockLocator.adoc[CBlockLocator]::CBlockLocator :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<primitives/block.h>` Constructs an empty locator. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CBlockLocator/2constructor-03.adoc[CBlockLocator]() = default; ---- [.small]#xref:CBlockLocator/2constructor-03.adoc[_» more..._]# Constructs a locator from a list of block hashes. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- explicit xref:CBlockLocator/2constructor-04.adoc[CBlockLocator](std::vector<uint256>&& have); ---- [.small]#xref:CBlockLocator/2constructor-04.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *have* | The block hashes to take ownership of. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#