Skip to content

Commit cd1eb06

Browse files
committed
[mdspan.syn, mdspan.submdspan.submdspan] Rename "template function" to "function template"
1 parent 8e22404 commit cd1eb06

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} template function
19009+
// \ref{mdspan.submdspan.submdspan}, \tcode{submdspan} function template
1901019010
template<class ElementType, class Extents, class LayoutPolicy,
1901119011
class AccessorPolicy, class... SliceSpecifiers>
1901219012
constexpr auto submdspan(
@@ -21980,7 +21980,7 @@
2198021980
\end{itemize}
2198121981
\end{itemdescr}
2198221982

21983-
\rSec4[mdspan.submdspan.submdspan]{\tcode{submdspan} template function}
21983+
\rSec4[mdspan.submdspan.submdspan]{\tcode{submdspan} function template}
2198421984

2198521985
\indexlibraryglobal{submdspan}%
2198621986
\begin{itemdecl}

0 commit comments

Comments
 (0)