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