Move‐construct a key pair from another.

Synopsis

Declared in <key.h>

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

Parameters

Name

Description

other

The key pair to move from.

Created with MrDocs