Convert a set of permission flags into their human‐readable names.
Synopsis
Declared in <net_permissions.h>
static
std::vector<std::string>
ToStrings(NetPermissionFlags flags);
Return Value
One string per set flag.
Parameters
Name |
Description |
flags |
The permission flags to describe. |
Created with MrDocs