File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 24319
24319
let \tcode{offset} be a value of type \tcode{size_t} equal to
24320
24320
\tcode{(*this)(\exposid{first_}<index_type, P>(slices...)...)}.
24321
24321
24322
+ \pnum
24323
+ Given a layout mapping type \tcode{M}, a type \tcode{S} is a
24324
+ \defnadjx{unit-stride}{slice for \tcode{M}}{slice} if
24325
+ \begin{itemize}
24326
+ \item \tcode{S} is a specialization of \tcode{strided_slice}
24327
+ where \tcode{S::stride_type} models \exposconcept{integral-constant-like}
24328
+ and \tcode{S::stride_type::value} equals \tcode{1},
24329
+
24330
+ \item \tcode{S} models \tcode{\exposconcept{index-pair-like}<M::index_type>}, or
24331
+
24332
+ \item \tcode{is_convertible_v<S, full_extent_t>} is \tcode{true}.
24333
+ \end{itemize}
24334
+
24322
24335
\rSec5[mdspan.sub.map.left]{\tcode{layout_left} specialization of \tcode{submdspan_mapping}}
24323
24336
24324
24337
\indexlibrarymemberexpos{layout_left::mapping}{submdspan-mapping-impl}%
Original file line number Diff line number Diff line change 797
797
#define @\defnlibxname {cpp_lib_string_resize_and_overwrite}@ 202110L // also in \libheader {string}
798
798
#define @\defnlibxname {cpp_lib_string_udls}@ 201304L // also in \libheader {string}
799
799
#define @\defnlibxname {cpp_lib_string_view}@ 202403L // also in \libheader {string}, \libheader {string_view}
800
- #define @\defnlibxname {cpp_lib_submdspan}@ 202403L // freestanding, also in \libheader {mdspan}
800
+ #define @\defnlibxname {cpp_lib_submdspan}@ 202411L // freestanding, also in \libheader {mdspan}
801
801
#define @\defnlibxname {cpp_lib_syncbuf}@ 201803L // also in \libheader {syncstream}
802
802
#define @\defnlibxname {cpp_lib_text_encoding}@ 202306L // also in \libheader {text_encoding}
803
803
#define @\defnlibxname {cpp_lib_three_way_comparison}@ 201907L // freestanding, also in \libheader {compare}
You can’t perform that action at this time.
0 commit comments