FreeBSD Manual Pages
std::corout...utine_handle(3) C++ Standard Libarystd::corout...utine_handle(3) NAME std::coroutine_handle::operatorcoroutine_handle - std::coroutine_han- dle::operatorcoroutine_handle Synopsis constexpr operator coroutine_handle<>() const noexcept; (since C++20) This conversion function converts a std::coroutine_handle<Promise> value to a std::coroutine_handle<> holding the same underlying address. It ef- fectively erases the promise type. Parameters (none) Return value std::coroutine_handle<>::from_address(address()) See also operator== compares two coroutine_handle objects operator<=> (function) (C++20) http://cppreference.com 2024.06.10 std::corout...utine_handle(3)
NAME | Synopsis | Parameters | Return value | See also
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=std::coroutine_handle::operatorcoroutine_handle&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>
