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