class
<chrono>

std::chrono::minutes

typedef duration < /*see rep below*/, ratio<60,1> > minutes;
Duration in minutes
Instantiation of duration to represent minutes.

It is a typedef of an instantiation of duration with the following member types:

Member types

member typedefinitiondescription
repA signed integral type of at least 29 bitsRepresentation type
periodratio<60,1>A ratio of 60:1 with seconds

See also