boost::capy::executor_ref::executor_ref
Construct from Ex
Synopsis
Declared in <boost/capy/ex/executor_ref.hpp>
template<class Ex>
requires (!std::same_as<std::decay_t<Ex>, executor_ref>)
executor_ref(Ex const& ex) noexcept;
Parameters
| Name | Description |
|---|---|
ex |
The object to copy construct from |
Created with MrDocs