CKey::CKey

Move-construct a private key from another.

Synopsis

Declared in <key.h>

constexpr
CKey(CKey&& other) noexcept = default;

Parameters

NameDescription
otherThe key to move from.