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