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::select_context::operator=
arrow_upward

boost::corosio::select_context::operator=

Assignment operators

Synopses

Declared in <boost/corosio/select_context.hpp>

Copy assignment operator

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

» more...

execution_context&
operator=(execution_context const& value) = delete;

» more...

Created with MrDocs