A typedef for an instantation of the std::ratio class template that specifies
the smallest number of seconds (or fractions of a second) between distinct
values of duration or time_point. The period specifies the precision
of the clock, not the tick frequency.
typedef std::ratio< unspecified,unspecified> period;
Header
#include <chrono>