.TH "std::chrono::steady_clock" 3cxx "libstdc++" \" -*- nroff -*-
.ad l
.nh
.SH NAME
std::chrono::steady_clock \- Monotonic clock\&.  

.SH SYNOPSIS
.br
.PP
.PP
\fC#include <chrono>\fP
.SS "Public Types"

.in +1c
.ti -1c
.RI "\fBtypedef\fP \fBchrono::nanoseconds\fP \fBduration\fP"
.br
.ti -1c
.RI "\fBtypedef\fP duration::period \fBperiod\fP"
.br
.ti -1c
.RI "\fBtypedef\fP duration::rep \fBrep\fP"
.br
.ti -1c
.RI "\fBtypedef\fP \fBchrono::time_point\fP< \fBsteady_clock\fP, \fBduration\fP > \fBtime_point\fP"
.br
.in -1c
.SS "Static Public Member Functions"

.in +1c
.ti -1c
.RI "\fBstatic\fP \fBtime_point\fP \fBnow\fP () noexcept"
.br
.in -1c
.SS "Static Public Attributes"

.in +1c
.ti -1c
.RI "\fBstatic\fP \fBconstexpr\fP bool \fBis_steady\fP"
.br
.in -1c
.SH "Detailed Description"
.PP 
Monotonic clock\&. 

Time returned has the property of only increasing at a uniform rate\&. 

.SH "Author"
.PP 
Generated automatically by Doxygen for libstdc++ from the source code\&.