asio C++ library

PrevUpHomeNext

execution::any_executor::operator bool

Determine whether the wrapper has a target executor.

operator bool() const;
Return Value

true if the polymorphic wrapper has a target executor, otherwise false.


PrevUpHomeNext