KeyPair::operator=

Move-assign a key pair from another.

Synopsis

Declared in <key.h>

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

Return Value

A reference to this key pair.

Parameters

NameDescription
otherThe key pair to move from.