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