boost::capy::executor_ref::operator bool
Returns true if this instance holds a valid executor.
Synopsis
Declared in <boost/capy/ex/executor_ref.hpp>
explicit
operator bool() const noexcept;
Return Value
true if constructed with an executor, false if default‐constructed.
Created with MrDocs