tmp/tmp0_b8kryh/{from.md → to.md}
RENAMED
|
@@ -1,12 +1,12 @@
|
|
| 1 |
-
#### Observers <a id="span.obs">[[span.obs]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
constexpr size_type size() const noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
-
*Effects:* Equivalent to: `return size_;`
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
constexpr size_type size_bytes() const noexcept;
|
| 11 |
```
|
| 12 |
|
|
|
|
| 1 |
+
##### Observers <a id="span.obs">[[span.obs]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
constexpr size_type size() const noexcept;
|
| 5 |
```
|
| 6 |
|
| 7 |
+
*Effects:* Equivalent to: `return `*`size_`*`;`
|
| 8 |
|
| 9 |
``` cpp
|
| 10 |
constexpr size_type size_bytes() const noexcept;
|
| 11 |
```
|
| 12 |
|