|
339 | 339 | \begin{itemdescr}
|
340 | 340 | \pnum
|
341 | 341 | \result
|
342 |
| -\tcode{iterator}; |
343 |
| -\tcode{const_iterator} for constant \tcode{b}. |
| 342 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 343 | +\tcode{iterator} otherwise. |
344 | 344 |
|
345 | 345 | \pnum
|
346 | 346 | \returns
|
|
359 | 359 | \begin{itemdescr}
|
360 | 360 | \pnum
|
361 | 361 | \result
|
362 |
| -\tcode{iterator}; |
363 |
| -\tcode{const_iterator} for constant \tcode{b}. |
| 362 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 363 | +\tcode{iterator} otherwise. |
364 | 364 |
|
365 | 365 | \pnum
|
366 | 366 | \returns
|
|
822 | 822 | \begin{itemdescr}
|
823 | 823 | \pnum
|
824 | 824 | \result
|
825 |
| -\tcode{reverse_iterator}; |
826 |
| -\tcode{const_reverse_iterator} for constant \tcode{a}. |
| 825 | +\tcode{const_reverse_iterator} if \tcode{a} is of type \tcode{const X}; |
| 826 | +\tcode{reverse_iterator} otherwise. |
827 | 827 |
|
828 | 828 | \pnum
|
829 | 829 | \returns
|
|
842 | 842 | \begin{itemdescr}
|
843 | 843 | \pnum
|
844 | 844 | \result
|
845 |
| -\tcode{reverse_iterator}; |
846 |
| -\tcode{const_reverse_iterator} for constant \tcode{a}. |
| 845 | +\tcode{const_reverse_iterator} if \tcode{a} is of type \tcode{const X}; |
| 846 | +\tcode{reverse_iterator} otherwise. |
847 | 847 |
|
848 | 848 | \pnum
|
849 | 849 | \returns
|
|
1919 | 1919 | \begin{itemdescr}
|
1920 | 1920 | \pnum
|
1921 | 1921 | \result
|
1922 |
| -\tcode{reference; const_reference} for constant \tcode{a}. |
| 1922 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 1923 | +\tcode{reference} otherwise. |
1923 | 1924 |
|
1924 | 1925 | \pnum
|
1925 | 1926 | \hardexpects
|
|
1948 | 1949 | \begin{itemdescr}
|
1949 | 1950 | \pnum
|
1950 | 1951 | \result
|
1951 |
| -\tcode{reference; const_reference} for constant \tcode{a}. |
| 1952 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 1953 | +\tcode{reference} otherwise. |
1952 | 1954 |
|
1953 | 1955 | \pnum
|
1954 | 1956 | \hardexpects
|
|
2267 | 2269 | \begin{itemdescr}
|
2268 | 2270 | \pnum
|
2269 | 2271 | \result
|
2270 |
| -\tcode{reference; const_reference} for constant \tcode{a}. |
| 2272 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 2273 | +\tcode{reference} otherwise. |
2271 | 2274 |
|
2272 | 2275 | \pnum
|
2273 | 2276 | \hardexpects
|
|
2294 | 2297 | \begin{itemdescr}
|
2295 | 2298 | \pnum
|
2296 | 2299 | \result
|
2297 |
| -\tcode{reference; const_reference} for constant \tcode{a}. |
| 2300 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 2301 | +\tcode{reference} otherwise. |
2298 | 2302 |
|
2299 | 2303 | \pnum
|
2300 | 2304 | \returns
|
|
3784 | 3788 | \begin{itemdescr}
|
3785 | 3789 | \pnum
|
3786 | 3790 | \result
|
3787 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3791 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 3792 | +\tcode{iterator} otherwise. |
3788 | 3793 |
|
3789 | 3794 | \pnum
|
3790 | 3795 | \returns
|
|
3804 | 3809 | \begin{itemdescr}
|
3805 | 3810 | \pnum
|
3806 | 3811 | \result
|
3807 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3812 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
| 3813 | +\tcode{iterator} otherwise. |
3808 | 3814 |
|
3809 | 3815 | \pnum
|
3810 | 3816 | \returns
|
|
3894 | 3900 | \begin{itemdescr}
|
3895 | 3901 | \pnum
|
3896 | 3902 | \result
|
3897 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3903 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 3904 | +\tcode{iterator} otherwise. |
3898 | 3905 |
|
3899 | 3906 | \pnum
|
3900 | 3907 | \returns
|
|
3914 | 3921 | \begin{itemdescr}
|
3915 | 3922 | \pnum
|
3916 | 3923 | \result
|
3917 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3924 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
| 3925 | +\tcode{iterator} otherwise. |
3918 | 3926 |
|
3919 | 3927 | \pnum
|
3920 | 3928 | \returns
|
|
3935 | 3943 | \begin{itemdescr}
|
3936 | 3944 | \pnum
|
3937 | 3945 | \result
|
3938 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3946 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 3947 | +\tcode{iterator} otherwise. |
3939 | 3948 |
|
3940 | 3949 | \pnum
|
3941 | 3950 | \returns
|
|
3955 | 3964 | \begin{itemdescr}
|
3956 | 3965 | \pnum
|
3957 | 3966 | \result
|
3958 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3967 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
| 3968 | +\tcode{iterator} otherwise. |
3959 | 3969 |
|
3960 | 3970 | \pnum
|
3961 | 3971 | \returns
|
|
3976 | 3986 | \begin{itemdescr}
|
3977 | 3987 | \pnum
|
3978 | 3988 | \result
|
3979 |
| -\tcode{pair<iterator, iterator>}; |
3980 |
| -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{b}. |
| 3989 | +\tcode{pair<const_iterator, const_iterator>} |
| 3990 | +if \tcode{b} is of type \tcode{const X}; \\ |
| 3991 | +\tcode{pair<iterator, iterator>} otherwise. |
3981 | 3992 |
|
3982 | 3993 | \pnum
|
3983 | 3994 | \effects
|
|
3996 | 4007 | \begin{itemdescr}
|
3997 | 4008 | \pnum
|
3998 | 4009 | \result
|
3999 |
| -\tcode{pair<iterator, iterator>}; |
4000 |
| -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{a_tran}. |
| 4010 | +\tcode{pair<const_iterator, const_iterator>} |
| 4011 | +if \tcode{a_tran} is of type \tcode{const X}; \\ |
| 4012 | +\tcode{pair<iterator, iterator>} otherwise. |
4001 | 4013 |
|
4002 | 4014 | \pnum
|
4003 | 4015 | \effects
|
|
5481 | 5493 | \begin{itemdescr}
|
5482 | 5494 | \pnum
|
5483 | 5495 | \result
|
5484 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 5496 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 5497 | +\tcode{iterator} otherwise. |
5485 | 5498 |
|
5486 | 5499 | \pnum
|
5487 | 5500 | \returns
|
|
5501 | 5514 | \begin{itemdescr}
|
5502 | 5515 | \pnum
|
5503 | 5516 | \result
|
5504 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 5517 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
| 5518 | +\tcode{iterator} otherwise. |
5505 | 5519 |
|
5506 | 5520 | \pnum
|
5507 | 5521 | \returns
|
|
5582 | 5596 | \begin{itemdescr}
|
5583 | 5597 | \pnum
|
5584 | 5598 | \result
|
5585 |
| -\tcode{pair<iterator, iterator>}; |
5586 |
| -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{b}. |
| 5599 | +\tcode{pair<const_iterator, const_iterator>} |
| 5600 | +if \tcode{b} is of type \tcode{const X}; \\ |
| 5601 | +\tcode{pair<iterator, iterator>} otherwise. |
5587 | 5602 |
|
5588 | 5603 | \pnum
|
5589 | 5604 | \returns
|
|
5603 | 5618 | \begin{itemdescr}
|
5604 | 5619 | \pnum
|
5605 | 5620 | \result
|
5606 |
| -\tcode{pair<iterator, iterator>}; |
5607 |
| -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{a_tran}. |
| 5621 | +\tcode{pair<const_iterator, const_iterator>} |
| 5622 | +if \tcode{a_tran} is of type \tcode{const X}; \\ |
| 5623 | +\tcode{pair<iterator, iterator>} otherwise. |
5608 | 5624 |
|
5609 | 5625 | \pnum
|
5610 | 5626 | \returns
|
|
5741 | 5757 | \begin{itemdescr}
|
5742 | 5758 | \pnum
|
5743 | 5759 | \result
|
5744 |
| -\tcode{local_iterator}; \tcode{const_local_iterator} for constant \tcode{b}. |
| 5760 | +\tcode{const_local_iterator} if \tcode{b} is of type \tcode{const X}; |
| 5761 | +\tcode{local_iterator} otherwise. |
5745 | 5762 |
|
5746 | 5763 | \pnum
|
5747 | 5764 | \expects
|
|
5765 | 5782 | \begin{itemdescr}
|
5766 | 5783 | \pnum
|
5767 | 5784 | \result
|
5768 |
| -\tcode{local_iterator}; \tcode{const_local_iterator} for constant \tcode{b}. |
| 5785 | +\tcode{const_local_iterator} if \tcode{b} is of type \tcode{const X}; |
| 5786 | +\tcode{local_iterator} otherwise. |
5769 | 5787 |
|
5770 | 5788 | \pnum
|
5771 | 5789 | \expects
|
|
0 commit comments