boost::capy::executor_ref::executor_ref
Default constructor.
Synopsis
Declared in <boost/capy/ex/executor_ref.hpp>
constexpr
executor_ref() = default;
Description
Constructs an empty executor_ref. Calling any executor operations on a default‐constructed instance results in undefined behavior.
Created with MrDocs