System clock type enumerators.

Synopsis

Declared in <bsls_systemclocktype.h>

enum Enum;

Members

Name

Description

e_REALTIME

Wall‐clock time that may jump when the system clock is adjusted.

e_MONOTONIC

Monotonic clock measuring elapsed time from an unspecified epoch.

Created with MrDocs