script_verify_flags::operator|=

Set the bits of another flag set in place.

Synopsis

Declared in <script/verify_flags.h>

constexpr
script_verify_flags&
operator|=(script_verify_flags vf);

Return Value

A reference to this flag set.

Parameters

NameDescription
vfThe flag set to OR into this one.