Assignment operators
Declared in <key.h>
Copy-assign the key material from another private key.
CKey&
operator=(CKey const& other);
» more...
Move-assign a private key from another.
constexpr
CKey&
operator=(CKey&& other) noexcept = default;
» more...
A reference to this key.
| Name | Description |
|---|---|
| other | The key to copy from. |