tmp/tmpjs5180vp/{from.md → to.md}
RENAMED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
#### Deduction guides <a id="span.deduct">[[span.deduct]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class It, class EndOrSize>
|
| 5 |
span(It, EndOrSize) -> span<remove_reference_t<iter_reference_t<It>>>;
|
| 6 |
```
|
|
|
|
| 1 |
+
##### Deduction guides <a id="span.deduct">[[span.deduct]]</a>
|
| 2 |
|
| 3 |
``` cpp
|
| 4 |
template<class It, class EndOrSize>
|
| 5 |
span(It, EndOrSize) -> span<remove_reference_t<iter_reference_t<It>>>;
|
| 6 |
```
|