We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ba83f9 commit b931610Copy full SHA for b931610
1 file changed
source/containers.tex
@@ -23445,7 +23445,7 @@
23445
\item
23446
\tcode{0} if the multidimensional index space \exposid{extents_} is empty,
23447
23448
-otherwise, \tcode{*this(((\exposid{extents_}(P_rank) - index_type(1))...)) + 1}.
+otherwise, \tcode{(*this)(\exposid{extents_}.extent(P_rank) - index_type(1)...) + 1}.
23449
\end{itemize}
23450
\end{itemdescr}
23451
@@ -24071,7 +24071,7 @@
24071
\pnum
24072
\returns
24073
24074
-otherwise \tcode{*this(((\exposid{extents_}(P_rank) - index_type(1))...)) + 1}.
+otherwise \tcode{(*this)(\exposid{extents_}.extent(P_rank) - index_type(1)...) + 1}.
24075
24076
24077
\indexlibrarymember{layout_right_padded::mapping}{operator()}%
0 commit comments