RenΓ©'s URL Explorer Experiment


Title: [mdspan.mdspan]

direct link

Domain: timsong-cpp.github.io

Links:

[containers]https://timsong-cpp.github.io/cppwp/#containers
[views]https://timsong-cpp.github.io/cppwp/views#mdspan.mdspan
[views.multidim]https://timsong-cpp.github.io/cppwp/views.multidim#mdspan.mdspan
[mdspan.mdspan.overview]https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview
[mdspan.mdspan.cons]https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons
[mdspan.mdspan.members]https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members
23.7.3.6.1https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview
[mdspan.mdspan.overview]https://timsong-cpp.github.io/cppwp/mdspan.mdspan.overview
1https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L24908
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-1.sentence-1
mdspanhttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan
extents_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,extents_type
layout_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,layout_type
accessor_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,accessor_type
mapping_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,mapping_type
element_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,element_type
value_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,value_type
index_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,index_type
size_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,size_type
rank_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,rank_type
data_handle_typehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,data_handle_type
referencehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,reference
rankhttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,rank
rank_dynamichttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,rank_dynamic
static_extenthttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,static_extent
extenthttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,extent
[mdspan.mdspan.cons]https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons
[mdspan.mdspan.members]https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members
extentshttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,extents
data_handlehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,data_handle
mappinghttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,mapping
accessorhttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,accessor
is_always_uniquehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,is_always_unique
is_always_exhaustivehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,is_always_exhaustive
is_always_stridedhttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,is_always_strided
is_uniquehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,is_unique
is_exhaustivehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,is_exhaustive
is_stridedhttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,is_strided
stridehttps://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,stride
maybe-static-exthttps://timsong-cpp.github.io/cppwp/span.syn#concept:maybe-static-ext
2https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25051
(2.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-2.1
(2.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-2.2
(2.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-2.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-2.sentence-1
3https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25064
[mdspan.layout.policy.reqmts]https://timsong-cpp.github.io/cppwp/mdspan.layout.policy.reqmts
[mdspan.accessor.reqmts]https://timsong-cpp.github.io/cppwp/mdspan.accessor.reqmts
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-3.sentence-1
4https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25070
copyablehttps://timsong-cpp.github.io/cppwp/concepts.object#concept:copyable
(4.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-4.1
(4.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-4.2
(4.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-4.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-4.sentence-1
5https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25081
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#overview-5.sentence-1
23.7.3.6.2https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons
[mdspan.mdspan.cons]https://timsong-cpp.github.io/cppwp/mdspan.mdspan.cons
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,constructor
1https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25094
(1.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1.1
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1.1.sentence-1
(1.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1.2
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1.2.sentence-1
(1.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1.3.sentence-1
(1.4)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1.4
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-1.4.sentence-1
2https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25107
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-2.sentence-1
3https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25114
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-3.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,constructor_
4https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25126
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-4.sentence-1
5https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25129
(5.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-5.1
(5.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-5.2
(5.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-5.3
(5.4)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-5.4
(5.5)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-5.5
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-5.sentence-1
6https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25144
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-6.sentence-1
7https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25151
(7.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-7.1
(7.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-7.2
(7.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-7.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-7.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,constructor__
8https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25175
(8.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-8.1
(8.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-8.2
(8.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-8.3
(8.4)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-8.4
(8.5)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-8.5
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-8.sentence-1
9https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25190
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-9.sentence-1
10https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25197
(10.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-10.1
(10.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-10.2
(10.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-10.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,constructor___
11https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25215
(11.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-11.1
(11.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-11.2
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-11.sentence-1
12https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25224
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-12.sentence-1
13https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25231
(13.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-13.1
(13.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-13.2
(13.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-13.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-13.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,constructor____
14https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25249
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-14.sentence-1
15https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25253
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-15.sentence-1
16https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25259
(16.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-16.1
(16.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-16.2
(16.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-16.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-16.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,constructor_____
17https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-17
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25277
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-17.sentence-1
18https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-18
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25282
(18.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-18.1
(18.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-18.2
(18.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-18.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-18.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:mdspan,constructor______
19https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-19
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25304
(19.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-19.1
(19.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-19.2
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-19.sentence-1
20https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-20
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25314
(20.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-20.1
(20.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-20.2
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-20.sentence-1
21https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-21
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25323
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-21.sentence-1
22https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-22
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25330
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-22.sentence-1
23https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-23
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25336
(23.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-23.1
(23.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-23.2
(23.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-23.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-23.sentence-1
24https://timsong-cpp.github.io/cppwp/mdspan.mdspan#cons-24
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25347
23.7.3.6.3https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members
[mdspan.mdspan.members]https://timsong-cpp.github.io/cppwp/mdspan.mdspan.members
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:operator%5b%5d,mdspan
1https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-1
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25365
(1.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-1.1
(1.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-1.2
(1.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-1.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-1.sentence-1
2https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-2
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25376
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-2.sentence-1
3https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-3
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25379
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-3.sentence-1
1https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-note-1
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-3.sentence-2
4https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-4
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25388
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:operator%5b%5d,mdspan_
5https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-5
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25405
(5.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-5.1
(5.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-5.2
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-5.sentence-1
6https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-6
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25414
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-6.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:at,mdspan
7https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-7
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25434
(7.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-7.1
(7.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-7.2
(7.3)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-7.3
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-7.sentence-1
8https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-8
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25445
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-8.sentence-1
9https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-9
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25448
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-9.sentence-1
10https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-10
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25452
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-10.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:at,mdspan_
11https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-11
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25466
(11.1)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-11.1
(11.2)https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-11.2
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-11.sentence-1
12https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-12
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25475
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-12.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:size,mdspan
13https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-13
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25494
[basic.fundamental]https://timsong-cpp.github.io/cppwp/basic.fundamental
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-13.sentence-1
14https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-14
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25499
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-14.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:empty,mdspan
15https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-15
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25510
.https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-15.sentence-1
πŸ”—https://timsong-cpp.github.io/cppwp/mdspan.mdspan#lib:swap,mdspan
16https://timsong-cpp.github.io/cppwp/mdspan.mdspan#members-16
#https://github.com/cplusplus/draft/tree/aaecb9378d0766482cbb46e6bbe605edfc0781aa/source/containers.tex#L25523

URLs of crawlers that visited me.