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