Clears the flags of b from a.
Synopsis
Declared in <folly/io/async/WriteFlags.h>
constexpr
WriteFlags
unSet(
WriteFlags a,
WriteFlags b);
Return Value
a with the flags in b cleared.
Parameters
Name |
Description |
a |
Source flag set. |
b |
Flags to remove. |
Created with MrDocs