CKey::CKey

Constructors

Synopses

Declared in <key.h>

Construct an empty, invalid private key.

constexpr
CKey() noexcept = default;
» more...

Copy-construct a private key from another.

CKey(CKey const& other);
» more...

Move-construct a private key from another.

constexpr
CKey(CKey&& other) noexcept = default;
» more...

Parameters

NameDescription
otherThe key to copy from.