boost::capy::async_mutex::operator=
Copy assignment operator
Synopsis
Declared in <boost/capy/ex/async_mutex.hpp>
async_mutex&
operator=(async_mutex const& other) = delete;
Parameters
| Name | Description |
|---|---|
other |
The object to copy assign from |
Created with MrDocs