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