[#BloombergLP-bslmt-ChronoUtil] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslmt.adoc[bslmt]::ChronoUtil :relfileprefix: ../../ :mrdocs: This `struct` provides a namespace for utility functions that operate on `bsl::chrono` facilities. == Synopsis Declared in `<bslmt_chronoutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- struct ChronoUtil; ---- == Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/ChronoUtil/isMatchingClock-04.adoc[`isMatchingClock`] | `isMatchingClock` overloads |=== == Static Member Functions [cols="1,4"] |=== | Name| Description | xref:BloombergLP/bslmt/ChronoUtil/durationToTimeInterval.adoc[`durationToTimeInterval`] | Convert a chrono duration to a `bsls::TimeInterval`. | xref:BloombergLP/bslmt/ChronoUtil/isMatchingClock-01.adoc[`isMatchingClock`] | Return whether `CLOCK` matches the specified `clockType`. | xref:BloombergLP/bslmt/ChronoUtil/timedWait-0b.adoc[`timedWait`] | `timedWait` overloads |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#