Bitwise AND of two flag sets.
Declared in <script/verify_flags.h>
constexpr
script_verify_flags
operator&(
script_verify_flags a,
script_verify_flags b);
The intersection of a and b.
| Name | Description |
|---|---|
| a | The left-hand flag set. |
| b | The right-hand flag set. |