From Jason Turner

[mdspan.extents.obs]

Diff to HTML by rtfpessoa

Files changed (1) hide show
  1. tmp/tmpv6n9n431/{from.md → to.md} +18 -0
tmp/tmpv6n9n431/{from.md → to.md} RENAMED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ##### Observers of the multidimensional index space <a id="mdspan.extents.obs">[[mdspan.extents.obs]]</a>
2
+
3
+ ``` cpp
4
+ static constexpr size_t static_extent(rank_type i) noexcept;
5
+ ```
6
+
7
+ *Preconditions:* `i < rank()` is `true`.
8
+
9
+ *Returns:* E_`i`.
10
+
11
+ ``` cpp
12
+ constexpr index_type extent(rank_type i) const noexcept;
13
+ ```
14
+
15
+ *Preconditions:* `i < rank()` is `true`.
16
+
17
+ *Returns:* D_`i`.
18
+