Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -23733,7 +23733,7 @@

\begin{itemdecl}
template<class... Indices>
constexpr size_t operator()(Indices... idxs) const noexcept;
constexpr index_type operator()(Indices... idxs) const noexcept;
\end{itemdecl}

\begin{itemdescr}
Expand Down Expand Up @@ -24368,7 +24368,7 @@
\indexlibrarymember{layout_right_padded::mapping}{operator()}%
\begin{itemdecl}
template<class... Indices>
constexpr size_t operator()(Indices... idxs) const noexcept;
constexpr index_type operator()(Indices... idxs) const noexcept;
\end{itemdecl}

\begin{itemdescr}
Expand Down
Loading