[#BloombergLP-bsls-Stopwatch-2constructor-01] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bsls.adoc[bsls]::xref:BloombergLP/bsls/Stopwatch.adoc[Stopwatch]::Stopwatch :relfileprefix: ../../../ :mrdocs: Create a copy of the specified `other` stopwatch. == Synopsis Declared in `<bsls_stopwatch.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- constexpr Stopwatch(xref:BloombergLP/bsls/Stopwatch.adoc[Stopwatch] const& other) = default; ---- == Description Create a stopwatch having the state and total accumulated system, user, and wall time of the specified `other` object. Note that this method's definition is compiler generated. == Parameters [cols="1,4"] |=== | Name| Description | *other* | stopwatch whose state and accumulated times are copied |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#