[#CKey-2constructor-09] = xref:CKey.adoc[CKey]::CKey :relfileprefix: ../ :mrdocs: Constructors == Synopses Declared in `<key.h>` Construct an empty, invalid private key. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CKey/2constructor-00.adoc[CKey]() noexcept = default; ---- [.small]#xref:CKey/2constructor-00.adoc[_» more..._]# Copy‐construct a private key from another. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:CKey/2constructor-02.adoc[CKey](xref:CKey.adoc[CKey] const& other); ---- [.small]#xref:CKey/2constructor-02.adoc[_» more..._]# Move‐construct a private key from another. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:CKey/2constructor-05.adoc[CKey](xref:CKey.adoc[CKey]&& other) noexcept = default; ---- [.small]#xref:CKey/2constructor-05.adoc[_» more..._]# == Parameters [cols="1,4"] |=== | Name| Description | *other* | The key to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#