File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 19315
19315
\tcode{layout_left::mapping<E>} is a trivially copyable type
19316
19316
that models \libconcept{regular} for each \tcode{E}.
19317
19317
19318
+ \pnum
19319
+ \mandates
19320
+ If \tcode{Extents::rank_dynamic() == 0} is \tcode{true},
19321
+ then the size of the multidimensional index space \tcode{Extents()}
19322
+ is representable as a value of type \tcode{typename Extents::index_type}.
19323
+
19318
19324
\rSec5[mdspan.layout.left.cons]{Constructors}
19319
19325
19320
19326
\indexlibraryctor{layout_left::mapping}%
19567
19573
\tcode{layout_right::mapping<E>} is a trivially copyable type
19568
19574
that models \libconcept{regular} for each \tcode{E}.
19569
19575
19576
+ \pnum
19577
+ \mandates
19578
+ If \tcode{Extents::rank_dynamic() == 0} is \tcode{true},
19579
+ then the size of the multidimensional index space \tcode{Extents()}
19580
+ is representable as a value of type \tcode{typename Extents::index_type}.
19581
+
19570
19582
\rSec5[mdspan.layout.right.cons]{Constructors}
19571
19583
19572
19584
\indexlibraryctor{layout_right::mapping}%
19821
19833
\tcode{layout_stride::mapping<E>} is a trivially copyable type
19822
19834
that models \libconcept{regular} for each \tcode{E}.
19823
19835
19836
+ \pnum
19837
+ \mandates
19838
+ If \tcode{Extents::rank_dynamic() == 0} is \tcode{true},
19839
+ then the size of the multidimensional index space \tcode{Extents()}
19840
+ is representable as a value of type \tcode{typename Extents::index_type}.
19841
+
19824
19842
\rSec5[mdspan.layout.stride.expo]{Exposition-only helpers}
19825
19843
19826
19844
\pnum
You can’t perform that action at this time.
0 commit comments