![]() |
![]()
| ![]() |
![]()
NAMEstd::coroutine_handle::operatorbool - std::coroutine_handle::operatorbool Synopsisexplicit constexpr operator bool() const noexcept; (since C++20)
Parameters(none) Return valuebool(address()), or true if Promise is std::noop_coroutine_promise. See also address exports the underlying address, i.e. the pointer backing
the coroutine
|