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