Constructors
Synopses
Declared in <key.h>
Construct an empty, invalid private key.
constexpr
CKey() noexcept = default;
Copy‐construct a private key from another.
Move‐construct a private key from another.
Parameters
Name |
Description |
other |
The key to copy from. |
Created with MrDocs