Skip to content

Commit

Permalink
[tab:container.hash.req] Add a line break before next itemdecl clause.
Browse files Browse the repository at this point in the history
Partially addresses #4228.
  • Loading branch information
Dawn Perchik committed Sep 30, 2020
1 parent 9eabed3 commit 91d7b68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/containers.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2788,7 +2788,7 @@
\indexunordmem{clear}%
\tcode{a.clear()}
& \tcode{void}
& \effects Erases all elements in the container.
& \effects Erases all elements in the container.\br
\ensures \tcode{a.empty()} is \tcode{true}%
& Linear in \tcode{a.size()}.
\\ \rowsep
Expand Down Expand Up @@ -2881,7 +2881,7 @@
&
\expects \tcode{b.bucket_count() > 0}.\br
\returns The index of the bucket in which elements with keys equivalent
to \tcode{k} would be found, if any such element existed.
to \tcode{k} would be found, if any such element existed.\br
\ensures The return value shall be in the range \tcode{[0, b.bucket_count())}.%
& Constant
\\ \rowsep
Expand Down Expand Up @@ -2928,7 +2928,7 @@
\indexunordmem{cend}%
\tcode{b.cend(n)}
& \tcode{const_local_iterator}
& \expects \tcode{n} is in the range \tcode{[0, b.bucket_count())}.%
& \expects \tcode{n} is in the range \tcode{[0, b.bucket_count())}.\br
\returns An iterator which is the past-the-end
value for the bucket.%
& Constant
Expand Down

0 comments on commit 91d7b68

Please sign in to comment.