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