Boost.Corosio

    • Introduction
    • Networking Tutorial
      • What Happens When You Connect
      • Addressing Machines on the Internet
      • Turning Names into Addresses
      • URLs and Resource Identification
      • Clients, Servers, and Ports
      • IP: Moving Packets Across Networks
      • UDP: Fast, Simple, Unreliable
      • TCP: Reliable Byte Streams
      • Opening and Closing TCP Connections
      • How TCP Moves Your Data
      • When Packets Go Missing
      • Making TCP Fast
    • Tutorials
      • Echo Server Tutorial
      • HTTP Client Tutorial
      • DNS Lookup Tutorial
      • 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
    • Testing
      • Mock Sockets
    • Benchmarks
    • Glossary
    • Quick Start
  • 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