std::coroutine_handle<Promise>::operator=
Min standard notice:
Replaces the underlying address.
# Declarations
coroutine_handle& operator=( std::nullptr_t ) noexcept;
(since C++20)
coroutine_handle& operator=( const coroutine_handle& other ) = default;
(since C++20)
coroutine_handle& operator=( coroutine_handle&& other ) = default;
(since C++20)
# Parameters
other: another coroutine_handle to assign from
# Return value
*this