Time Point

This lesson gives a brief introduction to time point and its usage in C++ with the help of interactive examples.

The time point std::chrono::time_point is defined by the starting point (epoch) and the additional time duration. The class template consists of two components: clock and time duration. By default, the time duration is derived from the clock.

Get hands-on with 1200+ tech skills courses.