Boost.Corosio

    • Introduction
    • Quick Start
    • Tutorials
      • Echo Server
      • HTTP Client
      • DNS Lookup
      • TLS Context Configuration
    • Guide
      • TCP/IP Networking
      • Concurrent Programming
      • I/O Context
      • Sockets
      • Acceptors
      • Endpoints
      • Composed Operations
      • Timers
      • Signal Handling
      • Name Resolution
      • TCP Server
      • TLS Encryption
      • Error Handling
      • Buffer Sequences
    • Concepts
      • Affine Awaitables
    • Reference
      • Design Rationale
      • Glossary
      • API Reference
    • Testing
      • Mock Sockets
  • boost::corosio::operator&
arrow_upward

boost::corosio::operator&

Mask two flag values.

Synopsis

Declared in <boost/corosio/signal_set.hpp>

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

Return Value

Flags for signal registration.

Parameters

Name Description

a

The left operand

b

The right operand

Created with MrDocs