boost::capy::run_async_wrapper::operator=
Assignment operators
Synopses
Declared in <boost/capy/ex/run_async.hpp>
Copy assignment operator
run_async_wrapper&
operator=(run_async_wrapper const& other) = delete;
Move assignment operator
run_async_wrapper&
operator=(run_async_wrapper&& other) = delete;
Created with MrDocs