isMatchingClock overloads

Synopses

Declared in <bslmt_chronoutil.h>

Return whether steady_clock matches the specified clockType.

Return whether system_clock matches the specified clockType.

Return Value

  • true if clockType is e_MONOTONIC, and false otherwise

  • true if clockType is e_REALTIME, and false otherwise

Parameters

Name

Description

clockType

system clock type to compare against steady_clock

Created with MrDocs