Bitwise conjunction operators

Synopses

Declared in <folly/io/async/WriteFlags.h>

Computes the intersection of two flag sets.

Bitwise‐ANDs two dynamics.

dynamic
operator&(
    dynamic const& a,
    dynamic const& b);

Return Value

  • The bitwise intersection of a and b.

  • The bitwise AND.

Parameters

Name

Description

a

First flag set.

b

Second flag set.

Created with MrDocs