CKey::operator=

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

NameDescription
otherThe key to move from.