boost::corosio::operator&=

Bitwise conjunction assignment operators

Synopses

Compound assignment AND.

constexpr
flags_t&
operator&=(
    flags_t& a,
    flags_t b) noexcept;

Intersect two resolve_flags.

Intersect two reverse_flags.

Created with MrDocs