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