std::stop_source::operator=

Replaces the stop-state with that of other.

# Declarations

std::stop_source& operator=( const std::stop_source& other ) noexcept;

(since C++20)

std::stop_source& operator=( std::stop_source&& other ) noexcept;

(since C++20)

# Parameters