tmp/tmpus13mr6v/{from.md → to.md}
RENAMED
|
@@ -1,13 +1,13 @@
|
|
| 1 |
#### *Cpp17SharedTimedLockable* requirements <a id="thread.req.lockable.shared.timed">[[thread.req.lockable.shared.timed]]</a>
|
| 2 |
|
| 3 |
-
A type `L` meets the
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
m.try_lock_shared_for(rel_time)
|
| 12 |
```
|
| 13 |
|
|
|
|
| 1 |
#### *Cpp17SharedTimedLockable* requirements <a id="thread.req.lockable.shared.timed">[[thread.req.lockable.shared.timed]]</a>
|
| 2 |
|
| 3 |
+
A type `L` meets the requirements if it meets the *Cpp17SharedLockable*
|
| 4 |
+
requirements, and the following expressions are well-formed, have type
|
| 5 |
+
`bool`, and have the specified semantics (`m` denotes a value of type
|
| 6 |
+
`L`, `rel_time` denotes a value of a specialization of
|
| 7 |
+
`chrono::duration`, and `abs_time` denotes a value of a specialization
|
| 8 |
+
of `chrono::time_point`).
|
| 9 |
|
| 10 |
``` cpp
|
| 11 |
m.try_lock_shared_for(rel_time)
|
| 12 |
```
|
| 13 |
|