[#operator_bitor-09] = operator| :mrdocs: Combine two sets of permission flags with a bitwise OR. == Synopsis Declared in `<net_permissions.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr xref:NetPermissionFlags.adoc[NetPermissionFlags] operator|( xref:NetPermissionFlags.adoc[NetPermissionFlags] a, xref:NetPermissionFlags.adoc[NetPermissionFlags] b); ---- == Return Value The union of both flag sets. == 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]#