Combine two sets of permission flags with a bitwise OR.
Synopsis
Declared in <net_permissions.h>
constexpr
NetPermissionFlags
operator|(
NetPermissionFlags a,
NetPermissionFlags b);
Return Value
The union of both flag sets.
Parameters
Name |
Description |
a |
The left‐hand flag set. |
b |
The right‐hand flag set. |
Created with MrDocs