Add a flag to a set of flags.

Synopsis

Declared in <net_permissions.h>

static
void
AddFlag(
    NetPermissionFlags& flags,
    NetPermissionFlags f);

Parameters

Name

Description

flags

The flag set to modify.

f

The flag to add.

Created with MrDocs