Move‐assign a private key from another.

Synopsis

Declared in <key.h>

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

Return Value

A reference to this key.

Parameters

Name

Description

other

The key to move from.

Created with MrDocs