[#bsl-stop_source-operator_assign-07] = xref:bsl.adoc[bsl]::xref:bsl/stop_source.adoc[stop_source]::operator= :relfileprefix: ../../ :mrdocs: Move‐assign from `other`, then reset `other`. == Synopsis Declared in `<bslstl_stoptoken.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/stop_source.adoc[stop_source]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<stop_source>] other) noexcept; ---- == Description 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. == Return Value reference providing modifiable access to this object == Parameters [cols="1,4"] |=== | Name| Description | *other* | source that is moved from |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#