tmp/tmpigrdw304/{from.md → to.md}
RENAMED
|
@@ -62,11 +62,10 @@ of `operator[](const gslice&)`, the behavior is undefined.
|
|
| 62 |
|
| 63 |
``` cpp
|
| 64 |
gslice();
|
| 65 |
gslice(size_t start, const valarray<size_t>& lengths,
|
| 66 |
const valarray<size_t>& strides);
|
| 67 |
-
gslice(const gslice&);
|
| 68 |
```
|
| 69 |
|
| 70 |
The default constructor is equivalent to
|
| 71 |
`gslice(0, valarray<size_t>(), valarray<size_t>())`. The constructor
|
| 72 |
with arguments builds a `gslice` based on a specification of start,
|
|
|
|
| 62 |
|
| 63 |
``` cpp
|
| 64 |
gslice();
|
| 65 |
gslice(size_t start, const valarray<size_t>& lengths,
|
| 66 |
const valarray<size_t>& strides);
|
|
|
|
| 67 |
```
|
| 68 |
|
| 69 |
The default constructor is equivalent to
|
| 70 |
`gslice(0, valarray<size_t>(), valarray<size_t>())`. The constructor
|
| 71 |
with arguments builds a `gslice` based on a specification of start,
|