File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17522
17522
17523
17523
\indexlibrary{\idxcode{duration}}%
17524
17524
\begin{codeblock}
17525
- namespace std {
17525
+ namespace std::chrono {
17526
17526
template <class Rep, class Period = ratio<1>>
17527
17527
class duration {
17528
17528
public:
18284
18284
18285
18285
\indexlibrary{\idxcode{time_point}}%
18286
18286
\begin{codeblock}
18287
- namespace std {
18287
+ namespace std::chrono {
18288
18288
template <class Clock, class Duration = typename Clock::duration>
18289
18289
class time_point {
18290
18290
public:
18638
18638
realtime clock.
18639
18639
18640
18640
\begin{codeblock}
18641
- namespace std {
18641
+ namespace std::chrono {
18642
18642
class system_clock {
18643
18643
public:
18644
18644
using rep = @\seebelow@;
18707
18707
a steady rate relative to real time. That is, the clock may not be adjusted.
18708
18708
18709
18709
\begin{codeblock}
18710
- namespace std {
18710
+ namespace std::chrono {
18711
18711
class steady_clock {
18712
18712
public:
18713
18713
using rep = @\unspec@;
18730
18730
\tcode{system_clock} or \tcode{steady_clock}.
18731
18731
18732
18732
\begin{codeblock}
18733
- namespace std {
18733
+ namespace std::chrono {
18734
18734
class high_resolution_clock {
18735
18735
public:
18736
18736
using rep = @\unspec@;
You can’t perform that action at this time.
0 commit comments