Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -25767,19 +25767,19 @@
if \tcode{Sub\-Extents::rank() == 0} is \tcode{true};
\item
otherwise,
\tcode{submdspan_mapping_result\{layout_left::mapping(sub_ext), offset\}},
\tcode{submdspan_mapping_result\{layout_right::mapping(sub_ext), offset\}},
if
\begin{itemize}
\item
for each $k$ in the range \range{\exposid{rank_} - SubExtents::rank() + 1}{\exposid{rank_}},
\tcode{is_convertible_v<$S_k$, full_extent_t>} is \tcode{true}; and
\item
for $k$ equal to \exposid{_rank} - \tcode{SubExtents::rank()},
for $k$ equal to \exposid{rank_} - \tcode{SubExtents::rank()},
$S_k$ is a unit-stride slice for \tcode{mapping};
\end{itemize}
\begin{note}
If the above conditions are true,
all $S_k$ with $k < \tcode{\exposid{_rank} - SubExtents::rank()}$
all $S_k$ with $k < \tcode{\exposid{rank_} - SubExtents::rank()}$
are convertible to \tcode{index_type}.
\end{note}
\item
Expand Down