File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 1012
1012
\pnum
1013
1013
A type \tcode {TC} meets the \oldconcept {TrivialClock} requirements if:
1014
1014
\begin {itemize }
1015
- \item \tcode {TC} meets the \oldconcept {Clock} requirements,
1015
+ \item
1016
+ \tcode {TC} meets the \oldconcept {Clock} requirements,
1016
1017
1017
- \item the types \tcode {TC::rep}, \tcode {TC::duration}, and \tcode {TC::time_point}
1018
+ \item
1019
+ the types \tcode {TC::rep}, \tcode {TC::duration}, and \tcode {TC::time_point}
1018
1020
meet the \oldconcept {EqualityComparable} (\tref {cpp17.equalitycomparable }) and
1019
1021
\oldconcept {LessThanComparable} (\tref {cpp17.lessthancomparable })
1020
1022
and \oldconcept {Swappable}\iref {swappable.requirements }
1021
1023
requirements and the requirements of
1022
- numeric types\iref {numeric.requirements }.
1024
+ numeric types\iref {numeric.requirements },
1023
1025
\begin {note }
1024
1026
This means, in particular,
1025
1027
that operations on these types will not throw exceptions.
1026
1028
\end {note }
1027
-
1028
- \item the function \tcode {TC::now()} does not throw exceptions, and
1029
-
1030
- \item the type \tcode {TC::time_point::clock} meets the \oldconcept {TrivialClock}
1029
+ \item
1030
+ the function \tcode {TC::now()} does not throw exceptions, and
1031
+ \item
1032
+ the type \tcode {TC::time_point::clock} meets the \oldconcept {TrivialClock}
1031
1033
requirements, recursively.
1032
1034
\end {itemize }
1033
1035
You can’t perform that action at this time.
0 commit comments