File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 12376
12376
unless \tcode {ToDuration} is a specialization of \tcode {duration}.
12377
12377
12378
12378
\pnum
12379
- \returns \tcode {time_point<Clock, ToDuration>{ floor<ToDuration>(tp.time_since_epoch())} }.
12379
+ \returns \tcode {time_point<Clock, ToDuration>( floor<ToDuration>(tp.time_since_epoch())) }.
12380
12380
\end {itemdescr }
12381
12381
12382
12382
\indexlibrary {\idxcode {time_point}!\idxcode {ceil}}%
12393
12393
unless \tcode {ToDuration} is a specialization of \tcode {duration}.
12394
12394
12395
12395
\pnum
12396
- \returns \tcode {time_point<Clock, ToDuration>{ ceil<ToDuration>(tp.time_since_epoch())} }.
12396
+ \returns \tcode {time_point<Clock, ToDuration>( ceil<ToDuration>(tp.time_since_epoch())) }.
12397
12397
\end {itemdescr }
12398
12398
12399
12399
\indexlibrary {\idxcode {time_point}!\idxcode {round}}%
12411
12411
\tcode {treat_as_floating_point<typename ToDuration::rep>::value} is \tcode {false}.
12412
12412
12413
12413
\pnum
12414
- \returns \tcode {time_point<Clock, ToDuration>{ round<ToDuration>(tp.time_since_epoch())} }.
12414
+ \returns \tcode {time_point<Clock, ToDuration>( round<ToDuration>(tp.time_since_epoch())) }.
12415
12415
\end {itemdescr }
12416
12416
12417
12417
\rSec 2[time.clock]{Clocks}
You can’t perform that action at this time.
0 commit comments