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