tmp/tmpzrgmcnkm/{from.md → to.md}
RENAMED
|
@@ -31,11 +31,11 @@ is `true`. Equivalent to:
|
|
| 31 |
``` cpp
|
| 32 |
return ((static_cast<index_type>(i) * stride(P)) + ... + 0);
|
| 33 |
```
|
| 34 |
|
| 35 |
``` cpp
|
| 36 |
-
constexpr index_type stride(rank_type i) const;
|
| 37 |
```
|
| 38 |
|
| 39 |
*Constraints:* `extents_type::rank() > 0` is `true`.
|
| 40 |
|
| 41 |
*Preconditions:* `i < extents_type::rank()` is `true`.
|
|
|
|
| 31 |
``` cpp
|
| 32 |
return ((static_cast<index_type>(i) * stride(P)) + ... + 0);
|
| 33 |
```
|
| 34 |
|
| 35 |
``` cpp
|
| 36 |
+
constexpr index_type stride(rank_type i) const noexcept;
|
| 37 |
```
|
| 38 |
|
| 39 |
*Constraints:* `extents_type::rank() > 0` is `true`.
|
| 40 |
|
| 41 |
*Preconditions:* `i < extents_type::rank()` is `true`.
|