|
138 | 138 | constexpr auto operator<=>(const duration<Rep1, Period1>& lhs,
|
139 | 139 | const duration<Rep2, Period2>& rhs);
|
140 | 140 |
|
141 |
| - // \ref{time.duration.cast}, \tcode{duration_cast} |
| 141 | + // \ref{time.duration.cast}, conversions |
142 | 142 | template<class ToDuration, class Rep, class Period>
|
143 | 143 | constexpr ToDuration duration_cast(const duration<Rep, Period>& d);
|
144 | 144 | template<class ToDuration, class Rep, class Period>
|
|
211 | 211 | constexpr auto operator<=>(const time_point<Clock, Duration1>& lhs,
|
212 | 212 | const time_point<Clock, Duration2>& rhs);
|
213 | 213 |
|
214 |
| - // \ref{time.point.cast}, \tcode{time_point_cast} |
| 214 | + // \ref{time.point.cast}, conversions |
215 | 215 | template<class ToDuration, class Clock, class Duration>
|
216 | 216 | constexpr time_point<Clock, ToDuration>
|
217 | 217 | time_point_cast(const time_point<Clock, Duration>& t);
|
|
1767 | 1767 | \tcode{CT(lhs).count() <=> CT(rhs).count()}.
|
1768 | 1768 | \end{itemdescr}
|
1769 | 1769 |
|
1770 |
| -\rSec2[time.duration.cast]{\tcode{duration_cast}} |
| 1770 | +\rSec2[time.duration.cast]{Conversions} |
1771 | 1771 |
|
1772 | 1772 | \indexlibrarymember{duration}{duration_cast}%
|
1773 | 1773 | \indexlibraryglobal{duration_cast}%
|
|
2454 | 2454 | \tcode{lhs.time_since_epoch() <=> rhs.time_since_epoch()}.
|
2455 | 2455 | \end{itemdescr}
|
2456 | 2456 |
|
2457 |
| -\rSec2[time.point.cast]{\tcode{time_point_cast}} |
| 2457 | +\rSec2[time.point.cast]{Conversions} |
2458 | 2458 |
|
2459 | 2459 | \indexlibrarymember{time_point}{time_point_cast}%
|
2460 | 2460 | \indexlibraryglobal{time_point_cast}%
|
|
0 commit comments