Assignment operators

Synopses

Declared in <validation.h>

Copy assignment is disabled.

CScriptCheck&
operator=(CScriptCheck const& other) = delete;

Move assignment is defaulted.

constexpr
CScriptCheck&
operator=(CScriptCheck&& other) = default;

Return Value

Reference to this object.

Parameters

Name

Description

other

The instance that would be assigned from.

Created with MrDocs