|
1350 | 1350 | \end{codeblock}
|
1351 | 1351 | \end{example}
|
1352 | 1352 |
|
1353 |
| -\rSec2[time.duration.cons]{\tcode{duration} constructors} |
| 1353 | +\rSec2[time.duration.cons]{Constructors} |
1354 | 1354 |
|
1355 | 1355 | \indexlibrary{\idxcode{duration}!constructor}%
|
1356 | 1356 | \begin{itemdecl}
|
|
1410 | 1410 | \tcode{duration_cast<duration>(d).count()}.
|
1411 | 1411 | \end{itemdescr}
|
1412 | 1412 |
|
1413 |
| -\rSec2[time.duration.observer]{\tcode{duration} observer} |
| 1413 | +\rSec2[time.duration.observer]{Observer} |
1414 | 1414 |
|
1415 | 1415 | \indexlibrarymember{count}{duration}%
|
1416 | 1416 | \begin{itemdecl}
|
|
1422 | 1422 | \returns \tcode{rep_}.
|
1423 | 1423 | \end{itemdescr}
|
1424 | 1424 |
|
1425 |
| -\rSec2[time.duration.arithmetic]{\tcode{duration} arithmetic} |
| 1425 | +\rSec2[time.duration.arithmetic]{Arithmetic} |
1426 | 1426 |
|
1427 | 1427 | \indexlibrarymember{operator+}{duration}%
|
1428 | 1428 | \begin{itemdecl}
|
|
1569 | 1569 | \end{itemdescr}
|
1570 | 1570 |
|
1571 | 1571 |
|
1572 |
| -\rSec2[time.duration.special]{\tcode{duration} special values} |
| 1572 | +\rSec2[time.duration.special]{Special values} |
1573 | 1573 |
|
1574 | 1574 | \indexlibrarymember{zero}{duration}%
|
1575 | 1575 | \begin{itemdecl}
|
|
1601 | 1601 | \returns \tcode{duration(duration_values<rep>::max())}.
|
1602 | 1602 | \end{itemdescr}
|
1603 | 1603 |
|
1604 |
| -\rSec2[time.duration.nonmember]{\tcode{duration} non-member arithmetic} |
| 1604 | +\rSec2[time.duration.nonmember]{Non-member arithmetic} |
1605 | 1605 |
|
1606 | 1606 | \pnum
|
1607 | 1607 | In the function descriptions that follow, unless stated otherwise,
|
|
1726 | 1726 | \end{itemdescr}
|
1727 | 1727 |
|
1728 | 1728 |
|
1729 |
| -\rSec2[time.duration.comparisons]{\tcode{duration} comparisons} |
| 1729 | +\rSec2[time.duration.comparisons]{Comparisons} |
1730 | 1730 |
|
1731 | 1731 | \pnum
|
1732 | 1732 | In the function descriptions that follow, \tcode{CT} represents
|
|
2017 | 2017 | A \tcode{duration} literal representing \tcode{nsec} nanoseconds.
|
2018 | 2018 | \end{itemdescr}
|
2019 | 2019 |
|
2020 |
| -\rSec2[time.duration.alg]{\tcode{duration} algorithms} |
| 2020 | +\rSec2[time.duration.alg]{Algorithms} |
2021 | 2021 |
|
2022 | 2022 | \indexlibrarymember{abs}{duration}%
|
2023 | 2023 | \begin{itemdecl}
|
|
2035 | 2035 | otherwise return \tcode{-d}.
|
2036 | 2036 | \end{itemdescr}
|
2037 | 2037 |
|
2038 |
| -\rSec2[time.duration.io]{\tcode{duration} I/O} |
| 2038 | +\rSec2[time.duration.io]{I/O} |
2039 | 2039 |
|
2040 | 2040 | \indexlibrarymember{operator<<}{duration}%
|
2041 | 2041 | \begin{itemdecl}
|
|
2201 | 2201 | If \tcode{Duration} is not an instance of \tcode{duration},
|
2202 | 2202 | the program is ill-formed.
|
2203 | 2203 |
|
2204 |
| -\rSec2[time.point.cons]{\tcode{time_point} constructors} |
| 2204 | +\rSec2[time.point.cons]{Constructors} |
2205 | 2205 |
|
2206 | 2206 | \indexlibrary{\idxcode{time_point}!constructor}%
|
2207 | 2207 | \begin{itemdecl}
|
|
2243 | 2243 | \tcode{d_} with \tcode{t.time_since_epoch()}.
|
2244 | 2244 | \end{itemdescr}
|
2245 | 2245 |
|
2246 |
| -\rSec2[time.point.observer]{\tcode{time_point} observer} |
| 2246 | +\rSec2[time.point.observer]{Observer} |
2247 | 2247 |
|
2248 | 2248 | \indexlibrarymember{time_since_epoch}{time_point}%
|
2249 | 2249 | \begin{itemdecl}
|
|
2255 | 2255 | \returns \tcode{d_}.
|
2256 | 2256 | \end{itemdescr}
|
2257 | 2257 |
|
2258 |
| -\rSec2[time.point.arithmetic]{\tcode{time_point} arithmetic} |
| 2258 | +\rSec2[time.point.arithmetic]{Arithmetic} |
2259 | 2259 |
|
2260 | 2260 | \indexlibrarymember{operator++}{time_point}%
|
2261 | 2261 | \begin{itemdecl}
|
|
2329 | 2329 | \returns \tcode{*this}.
|
2330 | 2330 | \end{itemdescr}
|
2331 | 2331 |
|
2332 |
| -\rSec2[time.point.special]{\tcode{time_point} special values} |
| 2332 | +\rSec2[time.point.special]{Special values} |
2333 | 2333 |
|
2334 | 2334 | \indexlibrarymember{min}{time_point}%
|
2335 | 2335 | \begin{itemdecl}
|
|
2351 | 2351 | \returns \tcode{time_point(duration::max())}.
|
2352 | 2352 | \end{itemdescr}
|
2353 | 2353 |
|
2354 |
| -\rSec2[time.point.nonmember]{\tcode{time_point} non-member arithmetic} |
| 2354 | +\rSec2[time.point.nonmember]{Non-member arithmetic} |
2355 | 2355 |
|
2356 | 2356 | \indexlibrarymember{operator+}{time_point}%
|
2357 | 2357 | \indexlibrarymember{operator+}{duration}%
|
|
2405 | 2405 | \returns \tcode{lhs.time_since_epoch() - rhs.time_since_epoch()}.
|
2406 | 2406 | \end{itemdescr}
|
2407 | 2407 |
|
2408 |
| -\rSec2[time.point.comparisons]{\tcode{time_point} comparisons} |
| 2408 | +\rSec2[time.point.comparisons]{Comparisons} |
2409 | 2409 |
|
2410 | 2410 | \indexlibrarymember{operator==}{time_point}%
|
2411 | 2411 | \begin{itemdecl}
|
|
0 commit comments