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