Reference

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

duration
Duration (class template)
hours
Duration in hours (class)
minutes
Duration in minutes (class)
seconds
Duration in seconds (class)
milliseconds
Duration in milliseconds (class)
nanoseconds
Duration in nanoseconds (class)

AltStyle によって変換されたページ (->オリジナル) /