[#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` that refers to the same stop state as `original`. [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` by moving from `original`. [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..._]# == Parameters [cols="1,4"] |=== | Name| Description | *original* | source token used to initialize this object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#