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