script_verify_flags::operator&=

Clear all bits not present in 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 AND into this one.