boost::capy::async_mutex::lock_guard::operator=
Move assignment operator
Synopsis
Declared in <boost/capy/ex/async_mutex.hpp>
lock_guard&
operator=(lock_guard&& o) noexcept;
Parameters
| Name | Description |
|---|---|
o |
The object to move assign from |
Created with MrDocs