[#KeyPair-operator_assign-03] = xref:KeyPair.adoc[KeyPair]::operator= :relfileprefix: ../ :mrdocs: Copy‐assign the key material from another key pair. == Synopsis Declared in `<key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:KeyPair.adoc[KeyPair]& operator=(xref:KeyPair.adoc[KeyPair] const& other); ---- == 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]#