[#operator_bitor-06] = operator| :mrdocs: Bitwise OR of two flag sets. == 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] a, xref:script_verify_flags.adoc[script_verify_flags] b); ---- == Return Value The union of a and b. == Parameters [cols="1,4"] |=== | Name| Description | *a* | The left‐hand flag set. | *b* | The right‐hand flag set. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#