script_verify_flags::operator=

Copy assignment.

Synopsis

Declared in <script/verify_flags.h>

constexpr
script_verify_flags&
operator=(script_verify_flags const& other) = default;

Return Value

A reference to this flag set.

Parameters

NameDescription
otherThe flag set to copy.