Assignment operators
Synopses
Declared in <key.h>
Copy‐assign the key material from another key pair.
KeyPair&
operator=(KeyPair const& other);
Move‐assign a key pair from another.
constexpr
KeyPair&
operator=(KeyPair&& other) noexcept = default;
Return Value
A reference to this key pair.
Parameters
Name |
Description |
other |
The key pair to copy from. |
Created with MrDocs