[#CKey-2constructor-05] = xref:CKey.adoc[CKey]::CKey :relfileprefix: ../ :mrdocs: Move‐construct a private key from another. == Synopsis Declared in `<key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr CKey(xref:CKey.adoc[CKey]&& other) noexcept = default; ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The key to move from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#