folly::unSet

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

NameDescription
aSource flag set.
bFlags to remove.