std::coroutine_handle<Promise>::operator=

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

# Return value

*this