|
340 | 340 | \begin{itemdescr} |
341 | 341 | \pnum |
342 | 342 | \result |
343 | | -\tcode{iterator}; |
344 | | -\tcode{const_iterator} for constant \tcode{b}. |
| 343 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 344 | +\tcode{iterator} otherwise. |
345 | 345 |
|
346 | 346 | \pnum |
347 | 347 | \returns |
|
360 | 360 | \begin{itemdescr} |
361 | 361 | \pnum |
362 | 362 | \result |
363 | | -\tcode{iterator}; |
364 | | -\tcode{const_iterator} for constant \tcode{b}. |
| 363 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 364 | +\tcode{iterator} otherwise. |
365 | 365 |
|
366 | 366 | \pnum |
367 | 367 | \returns |
|
826 | 826 | \begin{itemdescr} |
827 | 827 | \pnum |
828 | 828 | \result |
829 | | -\tcode{reverse_iterator}; |
830 | | -\tcode{const_reverse_iterator} for constant \tcode{a}. |
| 829 | +\tcode{const_reverse_iterator} if \tcode{a} is of type \tcode{const X}; |
| 830 | +\tcode{reverse_iterator} otherwise. |
831 | 831 |
|
832 | 832 | \pnum |
833 | 833 | \returns |
|
846 | 846 | \begin{itemdescr} |
847 | 847 | \pnum |
848 | 848 | \result |
849 | | -\tcode{reverse_iterator}; |
850 | | -\tcode{const_reverse_iterator} for constant \tcode{a}. |
| 849 | +\tcode{const_reverse_iterator} if \tcode{a} is of type \tcode{const X}; |
| 850 | +\tcode{reverse_iterator} otherwise. |
851 | 851 |
|
852 | 852 | \pnum |
853 | 853 | \returns |
|
1927 | 1927 | \begin{itemdescr} |
1928 | 1928 | \pnum |
1929 | 1929 | \result |
1930 | | -\tcode{reference; const_reference} for constant \tcode{a}. |
| 1930 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 1931 | +\tcode{reference} otherwise. |
1931 | 1932 |
|
1932 | 1933 | \pnum |
1933 | 1934 | \hardexpects |
|
1956 | 1957 | \begin{itemdescr} |
1957 | 1958 | \pnum |
1958 | 1959 | \result |
1959 | | -\tcode{reference; const_reference} for constant \tcode{a}. |
| 1960 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 1961 | +\tcode{reference} otherwise. |
1960 | 1962 |
|
1961 | 1963 | \pnum |
1962 | 1964 | \hardexpects |
|
2275 | 2277 | \begin{itemdescr} |
2276 | 2278 | \pnum |
2277 | 2279 | \result |
2278 | | -\tcode{reference; const_reference} for constant \tcode{a}. |
| 2280 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 2281 | +\tcode{reference} otherwise. |
2279 | 2282 |
|
2280 | 2283 | \pnum |
2281 | 2284 | \hardexpects |
|
2302 | 2305 | \begin{itemdescr} |
2303 | 2306 | \pnum |
2304 | 2307 | \result |
2305 | | -\tcode{reference; const_reference} for constant \tcode{a}. |
| 2308 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 2309 | +\tcode{reference} otherwise. |
2306 | 2310 |
|
2307 | 2311 | \pnum |
2308 | 2312 | \returns |
|
3792 | 3796 | \begin{itemdescr} |
3793 | 3797 | \pnum |
3794 | 3798 | \result |
3795 | | -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3799 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 3800 | +\tcode{iterator} otherwise. |
3796 | 3801 |
|
3797 | 3802 | \pnum |
3798 | 3803 | \returns |
|
3812 | 3817 | \begin{itemdescr} |
3813 | 3818 | \pnum |
3814 | 3819 | \result |
3815 | | -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3820 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
| 3821 | +\tcode{iterator} otherwise. |
3816 | 3822 |
|
3817 | 3823 | \pnum |
3818 | 3824 | \returns |
|
3902 | 3908 | \begin{itemdescr} |
3903 | 3909 | \pnum |
3904 | 3910 | \result |
3905 | | -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3911 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 3912 | +\tcode{iterator} otherwise. |
3906 | 3913 |
|
3907 | 3914 | \pnum |
3908 | 3915 | \returns |
|
3922 | 3929 | \begin{itemdescr} |
3923 | 3930 | \pnum |
3924 | 3931 | \result |
3925 | | -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3932 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
| 3933 | +\tcode{iterator} otherwise. |
3926 | 3934 |
|
3927 | 3935 | \pnum |
3928 | 3936 | \returns |
|
3943 | 3951 | \begin{itemdescr} |
3944 | 3952 | \pnum |
3945 | 3953 | \result |
3946 | | -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3954 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 3955 | +\tcode{iterator} otherwise. |
3947 | 3956 |
|
3948 | 3957 | \pnum |
3949 | 3958 | \returns |
|
3963 | 3972 | \begin{itemdescr} |
3964 | 3973 | \pnum |
3965 | 3974 | \result |
3966 | | -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3975 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
| 3976 | +\tcode{iterator} otherwise. |
3967 | 3977 |
|
3968 | 3978 | \pnum |
3969 | 3979 | \returns |
|
3984 | 3994 | \begin{itemdescr} |
3985 | 3995 | \pnum |
3986 | 3996 | \result |
3987 | | -\tcode{pair<iterator, iterator>}; |
3988 | | -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{b}. |
| 3997 | +\tcode{pair<const_iterator, const_iterator>} |
| 3998 | +if \tcode{b} is of type \tcode{const X}; |
| 3999 | +\tcode{pair<iter\-ator, iter\-ator>} otherwise. |
3989 | 4000 |
|
3990 | 4001 | \pnum |
3991 | 4002 | \effects |
|
4004 | 4015 | \begin{itemdescr} |
4005 | 4016 | \pnum |
4006 | 4017 | \result |
4007 | | -\tcode{pair<iterator, iterator>}; |
4008 | | -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{a_tran}. |
| 4018 | +\tcode{pair<const_iterator, const_iterator>} |
| 4019 | +if \tcode{a_tran} is of type \tcode{const X}; |
| 4020 | +\tcode{pair<iter\-ator, iter\-ator>} otherwise. |
4009 | 4021 |
|
4010 | 4022 | \pnum |
4011 | 4023 | \effects |
|
5479 | 5491 | \begin{itemdescr} |
5480 | 5492 | \pnum |
5481 | 5493 | \result |
5482 | | -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 5494 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
| 5495 | +\tcode{iterator} otherwise. |
5483 | 5496 |
|
5484 | 5497 | \pnum |
5485 | 5498 | \returns |
|
5499 | 5512 | \begin{itemdescr} |
5500 | 5513 | \pnum |
5501 | 5514 | \result |
5502 | | -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 5515 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
| 5516 | +\tcode{iterator} otherwise. |
5503 | 5517 |
|
5504 | 5518 | \pnum |
5505 | 5519 | \returns |
|
5580 | 5594 | \begin{itemdescr} |
5581 | 5595 | \pnum |
5582 | 5596 | \result |
5583 | | -\tcode{pair<iterator, iterator>}; |
5584 | | -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{b}. |
| 5597 | +\tcode{pair<const_iterator, const_iterator>} |
| 5598 | +if \tcode{b} is of type \tcode{const X}; |
| 5599 | +\tcode{pair<iter\-ator, iter\-ator>} otherwise. |
5585 | 5600 |
|
5586 | 5601 | \pnum |
5587 | 5602 | \returns |
|
5601 | 5616 | \begin{itemdescr} |
5602 | 5617 | \pnum |
5603 | 5618 | \result |
5604 | | -\tcode{pair<iterator, iterator>}; |
5605 | | -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{a_tran}. |
| 5619 | +\tcode{pair<const_iterator, const_iterator>} |
| 5620 | +if \tcode{a_tran} is of type \tcode{const X}; |
| 5621 | +\tcode{pair<iter\-ator, iter\-ator>} otherwise. |
5606 | 5622 |
|
5607 | 5623 | \pnum |
5608 | 5624 | \returns |
|
5739 | 5755 | \begin{itemdescr} |
5740 | 5756 | \pnum |
5741 | 5757 | \result |
5742 | | -\tcode{local_iterator}; \tcode{const_local_iterator} for constant \tcode{b}. |
| 5758 | +\tcode{const_local_iterator} if \tcode{b} is of type \tcode{const X}; |
| 5759 | +\tcode{local_iterator} otherwise. |
5743 | 5760 |
|
5744 | 5761 | \pnum |
5745 | 5762 | \expects |
|
5763 | 5780 | \begin{itemdescr} |
5764 | 5781 | \pnum |
5765 | 5782 | \result |
5766 | | -\tcode{local_iterator}; \tcode{const_local_iterator} for constant \tcode{b}. |
| 5783 | +\tcode{const_local_iterator} if \tcode{b} is of type \tcode{const X}; |
| 5784 | +\tcode{local_iterator} otherwise. |
5767 | 5785 |
|
5768 | 5786 | \pnum |
5769 | 5787 | \expects |
|
0 commit comments