Skip to content

Commit 272a009

Browse files
burblebeetkoeppe
authored andcommitted
[mdspan.submdspan.submdspan] Rename section to "submdspan template function"
1 parent 4e4795e commit 272a009

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/containers.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19006,7 +19006,7 @@
1900619006
template<class IndexType, class... Extents, class... SliceSpecifiers>
1900719007
constexpr auto submdspan_extents(const extents<IndexType, Extents...>&, SliceSpecifiers...);
1900819008

19009-
// \ref{mdspan.submdspan.submdspan}, \tcode{submdspan} function
19009+
// \ref{mdspan.submdspan.submdspan}, \tcode{submdspan} template function
1901019010
template<class ElementType, class Extents, class LayoutPolicy,
1901119011
class AccessorPolicy, class... SliceSpecifiers>
1901219012
constexpr auto submdspan(
@@ -21969,7 +21969,7 @@
2196921969
\end{itemize}
2197021970
\end{itemdescr}
2197121971

21972-
\rSec4[mdspan.submdspan.submdspan]{\tcode{submdspan} function}
21972+
\rSec4[mdspan.submdspan.submdspan]{\tcode{submdspan} template function}
2197321973

2197421974
\indexlibraryglobal{submdspan}%
2197521975
\begin{itemdecl}

0 commit comments

Comments
 (0)