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