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
      • Design Rationale
      • Affine Awaitables
    • Testing
      • Mock Sockets
    • Reference
    • Glossary
  • boost::corosio::signal_set::operator=
arrow_upward

boost::corosio::signal_set::operator=

Copy assignment operator

Synopsis

Declared in <boost/corosio/signal_set.hpp>

signal_set&
operator=(signal_set const& other) = delete;

Return Value

Reference to the current object

Parameters

Name Description

other

The object to copy assign from

Created with MrDocs