Assignment operators
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...
Reference to this object.
| Name | Description |
|---|---|
| other | The instance that would be assigned from. |