boost::capy::work_guard::work_guard
Constructors
Synopses
Declared in <boost/capy/ex/work_guard.hpp>
Copy constructor.
work_guard(work_guard const& other) noexcept;
Move constructor.
work_guard(work_guard&& other) noexcept;
Construct a work guard.
explicit
work_guard(Ex ex) noexcept;
Parameters
| Name | Description |
|---|---|
other |
The work guard to copy from. |
ex |
The executor to hold work on. Moved into the guard. |
Created with MrDocs