From Jason Turner

[thread.lock.unique.obs]

Diff to HTML by rtfpessoa

tmp/tmph09vkhf7/{from.md → to.md} RENAMED
@@ -2,19 +2,19 @@
2
 
3
  ``` cpp
4
  bool owns_lock() const noexcept;
5
  ```
6
 
7
- *Returns:* `owns`
8
 
9
  ``` cpp
10
  explicit operator bool() const noexcept;
11
  ```
12
 
13
- *Returns:* `owns`
14
 
15
  ``` cpp
16
  mutex_type *mutex() const noexcept;
17
  ```
18
 
19
- *Returns:* `pm`
20
 
 
2
 
3
  ``` cpp
4
  bool owns_lock() const noexcept;
5
  ```
6
 
7
+ *Returns:* `owns`.
8
 
9
  ``` cpp
10
  explicit operator bool() const noexcept;
11
  ```
12
 
13
+ *Returns:* `owns`.
14
 
15
  ``` cpp
16
  mutex_type *mutex() const noexcept;
17
  ```
18
 
19
+ *Returns:* `pm`.
20