Assignment operators
Declared in <bslstl_stoptoken.h>
Set this object to refer to the same stop state as other.
stop_token&
operator=(stop_token const& other) noexcept;
» more...
Move-assign from other, then reset other.
stop_token&
operator=(BloombergLP::bslmf::MovableRef<stop_token> other) noexcept;
» more...
reference providing modifiable access to this object
| Name | Description |
|---|---|
| other | token whose stop state is copied |