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