Constructors

Synopses

Declared in <key.h>

Construct an empty, invalid private key.

constexpr
CKey() noexcept = default;

Copy‐construct a private key from another.

CKey(CKey const& other);

Move‐construct a private key from another.

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

Parameters

Name

Description

other

The key to copy from.

Created with MrDocs