bsl::stop_source::operator=

Assignment operators

Synopses

Declared in <bslstl_stoptoken.h>

Set this object to refer to the same stop state (or lack thereof) as the specified other object.

stop_source&
operator=(stop_source const& other) noexcept;
» more...

Set this object to refer to the stop state (or lack thereof) that the specified other object refers to, and reset other to not refer to a stop state.

stop_source&
operator=(BloombergLP::bslmf::MovableRef<stop_source> other) noexcept;
» more...