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