An instantiation of the std::chrono::time_point
class template that
can hold time points returned by the system-wide monotonic clock.
typedef std::chrono::time_point< std::chrono::monotonic_clock> time_point;
#include <chrono>