[#operator_bitor-08] = operator| :mrdocs: Bitwise OR of two flag names. == 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_flag_name.adoc[script_verify_flag_name] f1, xref:script_verify_flag_name.adoc[script_verify_flag_name] f2); ---- == Return Value A flag set holding both flags. == Parameters [cols="1,4"] |=== | Name| Description | *f1* | The first flag name. | *f2* | The second flag name. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#