boost::capy::any_executor::any_executor
Copy constructor.
Synopsis
Declared in <boost/capy/ex/any_executor.hpp>
any_executor(any_executor const& other) = default;
Description
Creates a new any_executor sharing ownership of the underlying executor with other.
Parameters
| Name | Description |
|---|---|
other |
The object to copy construct from |
Created with MrDocs