[#script_verify_flags-operator_and_eq] = xref:script_verify_flags.adoc[script_verify_flags]::operator&= :relfileprefix: ../ :mrdocs: Clear all bits not present in another flag set in place. == Synopsis Declared in `<script/verify_flags.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:script_verify_flags.adoc[script_verify_flags]& operator&=(xref:script_verify_flags.adoc[script_verify_flags] vf); ---- == Return Value A reference to this flag set. == Parameters [cols="1,4"] |=== | Name| Description | *vf* | The flag set to AND into this one. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#