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
Name |
Description |
vf |
The flag set to AND into this one. |
Created with MrDocs