tmp/tmpkrh2bmlo/{from.md → to.md}
RENAMED
|
@@ -1,11 +1,10 @@
|
|
| 1 |
#### *Cpp17SharedLockable* requirements <a id="thread.req.lockable.shared">[[thread.req.lockable.shared]]</a>
|
| 2 |
|
| 3 |
-
A type `L` meets the
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
type `L`):
|
| 7 |
|
| 8 |
``` cpp
|
| 9 |
m.lock_shared()
|
| 10 |
```
|
| 11 |
|
|
|
|
| 1 |
#### *Cpp17SharedLockable* requirements <a id="thread.req.lockable.shared">[[thread.req.lockable.shared]]</a>
|
| 2 |
|
| 3 |
+
A type `L` meets the requirements if the following expressions are
|
| 4 |
+
well-formed, have the specified semantics, and the expression
|
| 5 |
+
`m.try_lock_shared()` has type `bool` (`m` denotes a value of type `L`):
|
|
|
|
| 6 |
|
| 7 |
``` cpp
|
| 8 |
m.lock_shared()
|
| 9 |
```
|
| 10 |
|