[#bsl-stop_token-operator_assign-05] = xref:bsl.adoc[bsl]::xref:bsl/stop_token.adoc[stop_token]::operator= :relfileprefix: ../../ :mrdocs: 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. == Synopsis Declared in `<bslstl_stoptoken.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/stop_token.adoc[stop_token]& operator=(xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<stop_token>] other) noexcept; ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#