boost::capy::executor_ref::executor_ref
Constructors
Synopses
Declared in <boost/capy/ex/executor_ref.hpp>
Default constructor.
constexpr
executor_ref() = default;
Copy constructor.
constexpr
executor_ref(executor_ref const& other) = default;
Construct from Ex
template<class Ex>
requires (!std::same_as<std::decay_t<Ex>, executor_ref>)
executor_ref(Ex const& ex) noexcept;
Created with MrDocs