File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2746
2746
\tcode {b.cbegin(n)}
2747
2747
& \tcode {const_local_iterator}
2748
2748
& \requires \tcode {n} shall be in the range \tcode {[0, b.bucket_count())}.
2749
- Note: \tcode {[b.cbegin(n), b.cend(n))} is a valid range containing
2750
- all of the elements in the $ \texttt {n}^{\textrm { th}}$ bucket.%
2749
+ \tcode {b.cbegin(n)} returns an iterator referring to the
2750
+ first element in the bucket. If the bucket is empty, then
2751
+ \tcode {b.cbegin(n) == b.cend(n)}.%
2751
2752
\indextext {unordered associative containers!\idxcode {cbegin}}%
2752
2753
\indextext {\idxcode {cbegin}!unordered associative containers}%
2753
2754
& Constant
2756
2757
\tcode {b.cend(n)}
2757
2758
& \tcode {const_local_iterator}
2758
2759
& \requires \tcode {n} shall be in the range \tcode {[0, b.bucket_count())}.%
2760
+ \tcode {b.cend(n)} returns an iterator which is the past-the-end
2761
+ value for the bucket.%
2759
2762
\indextext {unordered associative containers!\idxcode {cend}}%
2760
2763
\indextext {\idxcode {cend}!unordered associative containers}%
2761
2764
& Constant
You can’t perform that action at this time.
0 commit comments