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