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
62 changes: 31 additions & 31 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{T}
\tcode{T}.

\pnum
\expects
Expand All @@ -159,7 +159,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{T\&}
\tcode{T\&}.
\end{itemdescr}

\indexcont{const_reference}%
Expand All @@ -170,7 +170,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{const T\&}
\tcode{const T\&}.
\end{itemdescr}

\indexcont{iterator}%
Expand Down Expand Up @@ -231,7 +231,7 @@
\begin{itemdescr}
\pnum
\ensures
\tcode{u.empty()}
\tcode{u.empty()}.

\pnum
\complexity
Expand Down Expand Up @@ -384,7 +384,7 @@

\pnum
\returns
\tcode{const_cast<X const\&>(b).begin()}
\tcode{const_cast<X const\&>(b).begin()}.

\pnum
\complexity
Expand All @@ -403,7 +403,7 @@

\pnum
\returns
\tcode{const_cast<X const\&>(b).end()}
\tcode{const_cast<X const\&>(b).end()}.

\pnum
\complexity
Expand Down Expand Up @@ -463,7 +463,7 @@

\pnum
\returns
\tcode{equal(c.begin(), c.end(), b.begin(), b.end())}
\tcode{equal(c.begin(), c.end(), b.begin(), b.end())}.

\begin{note}
The algorithm \tcode{equal} is defined in \ref{alg.equal}.
Expand Down Expand Up @@ -831,7 +831,7 @@

\pnum
\returns
\tcode{reverse_iterator(end())}
\tcode{reverse_iterator(end())}.

\pnum
\complexity
Expand All @@ -851,7 +851,7 @@

\pnum
\returns
\tcode{reverse_iterator(begin())}
\tcode{reverse_iterator(begin())}.

\pnum
\complexity
Expand Down Expand Up @@ -947,7 +947,7 @@
\pnum
\returns
\tcode{lexicographical_compare_three_way(a.begin(), a.end(),
b.begin(), b.end(),\newline \exposidnc{synth-three-way})}
b.begin(), b.end(),\newline \exposidnc{synth-three-way})}.
\begin{note}
The algorithm \tcode{lexicographical_compare_three_way}
is defined in \ref{algorithms}.
Expand Down Expand Up @@ -1005,7 +1005,7 @@
\tcode{T} is \defnx{\oldconcept{MoveInsertable} into \tcode{X}}
{\oldconceptname{MoveInsertable} into X@\oldconcept{MoveInsertable} into \tcode{X}}
means that the following expression
is well-formed:
is well-formed,
\begin{codeblock}
allocator_traits<A>::construct(m, p, rv)
\end{codeblock}
Expand All @@ -1019,7 +1019,7 @@
\tcode{T} is \defnx{\oldconcept{CopyInsertable} into \tcode{X}}
{\oldconceptname{CopyInsertable} into X@\oldconcept{CopyInsertable} into \tcode{X}}
means that, in addition to \tcode{T} being \oldconcept{MoveInsertable} into
\tcode{X}, the following expression is well-formed:
\tcode{X}, the following expression is well-formed,
\begin{codeblock}
allocator_traits<A>::construct(m, p, v)
\end{codeblock}
Expand Down Expand Up @@ -1106,7 +1106,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{A}
\tcode{A}.

\pnum
\mandates
Expand All @@ -1121,7 +1121,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{A}
\tcode{A}.

\pnum
\complexity
Expand Down Expand Up @@ -1278,7 +1278,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\effects
Expand Down Expand Up @@ -1748,7 +1748,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\effects
Expand All @@ -1774,7 +1774,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\expects
Expand Down Expand Up @@ -1804,7 +1804,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\mandates
Expand Down Expand Up @@ -1860,7 +1860,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\expects
Expand Down Expand Up @@ -1936,7 +1936,7 @@

\pnum
\returns
\tcode{*a.begin()}
\tcode{*a.begin()}.

\pnum
\remarks
Expand Down Expand Up @@ -1991,7 +1991,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{reference}
\tcode{reference}.

\pnum
\expects
Expand Down Expand Up @@ -2021,7 +2021,7 @@
\begin{itemdescr}
\pnum
\result
\tcode{reference}
\tcode{reference}.

\pnum
\expects
Expand Down Expand Up @@ -2054,7 +2054,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\expects
Expand All @@ -2079,7 +2079,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\expects
Expand All @@ -2104,7 +2104,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\expects
Expand Down Expand Up @@ -2140,7 +2140,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\expects
Expand All @@ -2167,7 +2167,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\expects
Expand All @@ -2194,7 +2194,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\expects
Expand Down Expand Up @@ -2225,7 +2225,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\hardexpects
Expand All @@ -2250,7 +2250,7 @@
\begin{itemdescr}
\pnum
\result
\keyword{void}
\keyword{void}.

\pnum
\hardexpects
Expand Down Expand Up @@ -2310,7 +2310,7 @@

\pnum
\returns
\tcode{*(a.begin() + n)}
\tcode{*(a.begin() + n)}.

\pnum
\throws
Expand Down
Loading