tmp/tmpyi8jl39v/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
#### `duration` comparisons <a id="time.duration.comparisons">[[time.duration.comparisons]]</a>
|
| 2 |
|
| 3 |
In the function descriptions that follow, `CT` represents
|
| 4 |
-
`
|
| 5 |
arguments to the function.
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
template <class Rep1, class Period1, class Rep2, class Period2>
|
| 9 |
constexpr bool operator==(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
|
|
|
|
| 1 |
#### `duration` comparisons <a id="time.duration.comparisons">[[time.duration.comparisons]]</a>
|
| 2 |
|
| 3 |
In the function descriptions that follow, `CT` represents
|
| 4 |
+
`common_type_t<A, B>`, where `A` and `B` are the types of the two
|
| 5 |
arguments to the function.
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
template <class Rep1, class Period1, class Rep2, class Period2>
|
| 9 |
constexpr bool operator==(const duration<Rep1, Period1>& lhs, const duration<Rep2, Period2>& rhs);
|