operator|

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

NameDescription
aThe left-hand flag set.
bThe right-hand flag set.