[#bsl-stop_token-2constructor-06] = xref:bsl.adoc[bsl]::xref:bsl/stop_token.adoc[stop_token]::stop_token :relfileprefix: ../../ :mrdocs: Constructors == Synopses Declared in `<bslstl_stoptoken.h>` Create a `stop_token` object that does not refer to a stop state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/stop_token/2constructor-08.adoc[stop_token]() noexcept; ---- [.small]#xref:bsl/stop_token/2constructor-08.adoc[_» more..._]# Create a `stop_token` object that refers to the same stop state (or lack thereof) as the specified `original` object. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/stop_token/2constructor-00.adoc[stop_token](xref:bsl/stop_token.adoc[stop_token] const& original) noexcept; ---- [.small]#xref:bsl/stop_token/2constructor-00.adoc[_» more..._]# Create a `stop_token` object that refers to the same stop state (or lack) thereof as the specified `original` object, and reset `original` to not refer to a stop state. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- xref:bsl/stop_token/2constructor-09.adoc[stop_token](xref:BloombergLP/bslmf/MovableRef.adoc[BloombergLP::bslmf::MovableRef<stop_token>] original) noexcept; ---- [.small]#xref:bsl/stop_token/2constructor-09.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#