Move‐construct a key pair from another.
Declared in <key.h>
<key.h>
constexpr KeyPair(KeyPair&& other) noexcept = default;
Name
Description
other
The key pair to move from.
Created with MrDocs