tmp/tmpyp7ux0io/{from.md → to.md}
RENAMED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
-
####
|
| 2 |
|
| 3 |
-
A type `L` meets the
|
| 4 |
-
|
| 5 |
well-formed and have the specified semantics (`m` denotes a value of
|
| 6 |
type `L`).
|
| 7 |
|
| 8 |
``` cpp
|
| 9 |
m.try_lock()
|
|
|
|
| 1 |
+
#### *Cpp17Lockable* requirements <a id="thread.req.lockable.req">[[thread.req.lockable.req]]</a>
|
| 2 |
|
| 3 |
+
A type `L` meets the *Cpp17Lockable* requirements if it meets the
|
| 4 |
+
*Cpp17BasicLockable* requirements and the following expressions are
|
| 5 |
well-formed and have the specified semantics (`m` denotes a value of
|
| 6 |
type `L`).
|
| 7 |
|
| 8 |
``` cpp
|
| 9 |
m.try_lock()
|