Create a stop_source by moving from original.
Declared in <bslstl_stoptoken.h>
stop_source(BloombergLP::bslmf::MovableRef<stop_source> original) noexcept;
Create a stop_source object that refers to the stop state (or lack thereof) referred to by the specified original, and reset original to not refer to a stop state.
| Name | Description |
|---|---|
| original | source object that is moved from |