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