class
<chrono>

std::chrono::seconds

typedef duration < /*see rep below*/ > seconds;
Duration in seconds
Instantiation of duration to represent seconds.

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 35 bitsRepresentation type
periodratio<1,1>A ratio of 1:1 with seconds

See also