This typedef is for an instantiation of the std::ratio class template that specifies
the fraction of a second represented by the duration count. For example,
if period is std::ratio<1,50>, then a duration value with a count()
of N represents N fiftieths
of a second.
typedef Period period;
Header
#include <chrono>