CScriptCheck::operator=

Copy assignment is disabled.

Synopsis

Declared in <validation.h>

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

Return Value

Reference to this object.

Parameters

NameDescription
otherThe instance that would be assigned from.