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