Return whether steady_clock matches the specified clockType.
Declared in <bslmt_chronoutil.h>
template<>
bool
isMatchingClock<steady_clock>(bsls::SystemClockType::Enum clockType);
Return true if the specified clockType is bsls::SystemClockType::e_MONOTONIC, and false otherwise.
true if clockType is e_MONOTONIC, and false otherwise
| Name | Description |
|---|---|
| clockType | system clock type to compare against steady_clock |