[#XOnlyPubKey-2constructor-0f] = xref:XOnlyPubKey.adoc[XOnlyPubKey]::XOnlyPubKey :relfileprefix: ../ :mrdocs: Copy‐construct an x‐only pubkey from another. == Synopsis Declared in `<pubkey.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr XOnlyPubKey(xref:XOnlyPubKey.adoc[XOnlyPubKey] const& other) = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The pubkey to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#