Boost.Capy

    • Introduction
    • Quick Start
    • Tutorials For Beginners
      • C++20 Coroutines, Ground Up
      • Understanding Concurrency
    • Using Capy
      • I/O Awaitables
      • I/O Buffers
      • I/O Streamables
    • Example Programs
      • Hello Task
      • Producer-Consumer
      • Buffer Composition
      • Mock Stream Testing
      • Type-Erased Echo
      • Timeout with Cancellation
      • Parallel Fetch
      • Custom Dynamic Buffer
      • Echo Server with Corosio
      • Stream Pipeline
    • Reference
  • boost::capy::coro_lock::operator=
arrow_upward

boost::capy::coro_lock::operator=

Copy assignment operator

Synopsis

Declared in <boost/capy/ex/coro_lock.hpp>

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

Return Value

Reference to the current object

Parameters

Name Description

other

The object to copy assign from

Created with MrDocs