boost::capy::async_mutex::lock_guard::operator=
Assignment operators
Synopses
Declared in <boost/capy/ex/async_mutex.hpp>
Copy assignment operator
lock_guard&
operator=(lock_guard const& other) = delete;
Move assignment operator
lock_guard&
operator=(lock_guard&& o) noexcept;
Created with MrDocs