File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2788
2788
\indexunordmem {clear}%
2789
2789
\tcode {a.clear()}
2790
2790
& \tcode {void}
2791
- & \effects Erases all elements in the container.
2791
+ & \effects Erases all elements in the container.\br
2792
2792
\ensures \tcode {a.empty()} is \tcode {true}%
2793
2793
& Linear in \tcode {a.size()}.
2794
2794
\\ \rowsep
2881
2881
&
2882
2882
\expects \tcode {b.bucket_count() > 0}.\br
2883
2883
\returns The index of the bucket in which elements with keys equivalent
2884
- to \tcode {k} would be found, if any such element existed.
2884
+ to \tcode {k} would be found, if any such element existed.\br
2885
2885
\ensures The return value shall be in the range \tcode {[0, b.bucket_count())}.%
2886
2886
& Constant
2887
2887
\\ \rowsep
2928
2928
\indexunordmem {cend}%
2929
2929
\tcode {b.cend(n)}
2930
2930
& \tcode {const_local_iterator}
2931
- & \expects \tcode {n} is in the range \tcode {[0, b.bucket_count())}.%
2931
+ & \expects \tcode {n} is in the range \tcode {[0, b.bucket_count())}.\br
2932
2932
\returns An iterator which is the past-the-end
2933
2933
value for the bucket.%
2934
2934
& Constant
You can’t perform that action at this time.
0 commit comments