Assignment operators

Synopses

Declared in <bslstl_stoptoken.h>

Set this object to refer to the same stop state as other.

stop_source&
operator=(stop_source const& other) noexcept;

Move‐assign from other, then reset other.

Return Value

reference providing modifiable access to this object

Parameters

Name

Description

other

source whose stop state is copied

Created with MrDocs