[#KeyPair-2constructor-01] = xref:KeyPair.adoc[KeyPair]::KeyPair :relfileprefix: ../ :mrdocs: Copy‐construct a key pair from another. == Synopsis Declared in `<key.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- KeyPair(xref:KeyPair.adoc[KeyPair] const& other); ---- == Parameters [cols="1,4"] |=== | Name| Description | *other* | The key pair to copy from. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#