class
<chrono>

std::chrono::microseconds

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

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 55 bitsRepresentation type
periodmicro (i.e., ratio<1,1000000>)A ratio of 1:1million with seconds

See also