operator&

Bitwise AND of two flag sets.

Synopsis

Declared in <script/verify_flags.h>

constexpr
script_verify_flags
operator&(
    script_verify_flags a,
    script_verify_flags b);

Return Value

The intersection of a and b.

Parameters

NameDescription
aThe left-hand flag set.
bThe right-hand flag set.