Bitwise conjunction operators
Synopses
Declared in <folly/io/async/WriteFlags.h>
Computes the intersection of two flag sets.
constexpr
WriteFlags
operator&(
WriteFlags a,
WriteFlags b);
Bitwise‐ANDs two dynamics.
Return Value
-
The bitwise intersection of
aandb. -
The bitwise AND.
Parameters
Name |
Description |
a |
First flag set. |
b |
Second flag set. |
Created with MrDocs