File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2108021080 struct full_extent_t { explicit full_extent_t() = default; };
2108121081 inline constexpr full_extent_t full_extent{};
2108221082
21083- template<class IndexType, class ... Extents, class... SliceSpecifiers>
21083+ template<class IndexType, size_t ... Extents, class... SliceSpecifiers>
2108421084 constexpr auto submdspan_extents(const extents<IndexType, Extents...>&, SliceSpecifiers...);
2108521085
2108621086 // \ref{mdspan.sub.sub}, \tcode{submdspan} function template
@@ -25500,15 +25500,15 @@
2550025500
2550125501\indexlibraryglobal{submdspan_extents}%
2550225502\begin{itemdecl}
25503- template<class IndexType, class ... Extents, class... SliceSpecifiers>
25503+ template<class IndexType, size_t ... Extents, class... SliceSpecifiers>
2550425504 constexpr auto submdspan_extents(const extents<IndexType, Extents...>& src,
2550525505 SliceSpecifiers... slices);
2550625506\end{itemdecl}
2550725507
2550825508\begin{itemdescr}
2550925509\pnum
2551025510\constraints
25511- \tcode{sizeof...(slices)} equals \tcode{Extents::rank( )}.
25511+ \tcode{sizeof...(slices)} equals \tcode{sizeof...(Extents )}.
2551225512
2551325513\pnum
2551425514\mandates
You can’t perform that action at this time.
0 commit comments