[#BloombergLP-bslmt-ChronoUtil-isMatchingClock-04] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::xref:BloombergLP/bslmt/ChronoUtil.adoc[ChronoUtil]::isMatchingClock :relfileprefix: ../../../ :mrdocs: `isMatchingClock` overloads == Synopses Declared in `<bslmt_chronoutil.h>` Return whether `steady_clock` matches the specified `clockType`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> bool xref:BloombergLP/bslmt/ChronoUtil/isMatchingClock-03.adoc[isMatchingClock<steady_clock>](xref:BloombergLP/bsls/SystemClockType/Enum.adoc[bsls::SystemClockType::Enum] clockType); ---- [.small]#xref:BloombergLP/bslmt/ChronoUtil/isMatchingClock-03.adoc[_» more..._]# Return whether `system_clock` matches the specified `clockType`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<> bool xref:BloombergLP/bslmt/ChronoUtil/isMatchingClock-0c.adoc[isMatchingClock<system_clock>](xref:BloombergLP/bsls/SystemClockType/Enum.adoc[bsls::SystemClockType::Enum] clockType); ---- [.small]#xref:BloombergLP/bslmt/ChronoUtil/isMatchingClock-0c.adoc[_» more..._]# == Return Value * `true` if `clockType` is `e_MONOTONIC`, and `false` otherwise * `true` if `clockType` is `e_REALTIME`, and `false` otherwise == Parameters [cols="1,4"] |=== | Name| Description | *clockType* | system clock type to compare against `steady_clock` |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#