Constructors

Synopses

Declared in <key.h>

Construct an empty, invalid key pair.

constexpr
KeyPair() noexcept = default;

Copy‐construct a key pair from another.

KeyPair(KeyPair const& other);

Move‐construct a key pair from another.

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

Parameters

Name

Description

other

The key pair to copy from.

Created with MrDocs