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

Name

Description

other

The key pair to move from.

Created with MrDocs