24#ifndef LELY_IO2_SYS_CLOCK_HPP_
25#define LELY_IO2_SYS_CLOCK_HPP_
An abstract clock. This class is a wrapper around #io_clock_t*.
This header file is part of the I/O library; it contains the C++ interface for the abstract clock.
This header file is part of the I/O library; it contains the standard system clock definitions.
#define IO_CLOCK_REALTIME
The io_clock_t pointer representing the POSIX realtime clock.
#define IO_CLOCK_MONOTONIC
The io_clock_t pointer representing the POSIX monotonic clock.
constexpr Clock clock_monotonic
constexpr Clock clock_realtime