BloombergLP::bslmt::ChronoUtil::isMatchingClock

Return true if the specified (template parameter) type CLOCK matches the specified clockType, and false otherwise.

Synopsis

Declared in <bslmt_chronoutil.h>

template<class CLOCK>
static
bool
isMatchingClock(bsls::SystemClockType::Enum clockType);

Specializations

Name
isMatchingClock<steady_clock>
isMatchingClock<system_clock>