We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d7470 commit 75df33dCopy full SHA for 75df33d
source/containers.tex
@@ -25500,15 +25500,15 @@
25500
25501
\indexlibraryglobal{submdspan_extents}%
25502
\begin{itemdecl}
25503
-template<class IndexType, class... Extents, class... SliceSpecifiers>
+template<class IndexType, size_t... Extents, class... SliceSpecifiers>
25504
constexpr auto submdspan_extents(const extents<IndexType, Extents...>& src,
25505
SliceSpecifiers... slices);
25506
\end{itemdecl}
25507
25508
\begin{itemdescr}
25509
\pnum
25510
\constraints
25511
-\tcode{sizeof...(slices)} equals \tcode{Extents::rank()}.
+\tcode{sizeof...(slices)} equals \tcode{sizeof...(Extents)}.
25512
25513
25514
\mandates
0 commit comments