Move‐construct a private key from another.

Synopsis

Declared in <key.h>

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

Parameters

Name

Description

other

The key to move from.

Created with MrDocs