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;
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.
Created with MrDocs