Move‐assign from other, then reset other.
Synopsis
Declared in <bslstl_stoptoken.h>
stop_source&
operator=(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
Name |
Description |
other |
source that is moved from |
Created with MrDocs