CScriptCheck::operator=

Assignment operators

Synopses

Declared in <validation.h>

Copy assignment is disabled.

CScriptCheck&
operator=(CScriptCheck const& other) = delete;
» more...

Move assignment is defaulted.

constexpr
CScriptCheck&
operator=(CScriptCheck&& other) = default;
» more...

Return Value

Reference to this object.

Parameters

NameDescription
otherThe instance that would be assigned from.