[#bsl-stop_token-2constructor-00] = xref:bsl.adoc[bsl]::xref:bsl/stop_token.adoc[stop_token]::stop_token :relfileprefix: ../../ :mrdocs: Create a `stop_token` that refers to the same stop state as `original`. == Synopsis Declared in `<bslstl_stoptoken.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- stop_token(xref:bsl/stop_token.adoc[stop_token] const& original) noexcept; ---- == Parameters [cols="1,4"] |=== | Name| Description | *original* | source token used to initialize this object |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#