tmp/tmpyf_e1p0w/{from.md → to.md}
RENAMED
|
@@ -42,11 +42,11 @@ bool unique() const noexcept;
|
|
| 42 |
|
| 43 |
*Returns:* `use_count() == 1`.
|
| 44 |
|
| 45 |
`unique()` may be faster than `use_count()`. If you are using `unique()`
|
| 46 |
to implement copy on write, do not rely on a specific value when
|
| 47 |
-
`get() ==
|
| 48 |
|
| 49 |
``` cpp
|
| 50 |
explicit operator bool() const noexcept;
|
| 51 |
```
|
| 52 |
|
|
|
|
| 42 |
|
| 43 |
*Returns:* `use_count() == 1`.
|
| 44 |
|
| 45 |
`unique()` may be faster than `use_count()`. If you are using `unique()`
|
| 46 |
to implement copy on write, do not rely on a specific value when
|
| 47 |
+
`get() == nullptr`.
|
| 48 |
|
| 49 |
``` cpp
|
| 50 |
explicit operator bool() const noexcept;
|
| 51 |
```
|
| 52 |
|