|
333 | 333 | \begin{itemdescr}
|
334 | 334 | \pnum
|
335 | 335 | \result
|
336 |
| -\tcode{const_iterator} if \tcode{b} is \tcode{const}; |
| 336 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
337 | 337 | \tcode{iterator} otherwise.
|
338 | 338 |
|
339 | 339 | \pnum
|
|
353 | 353 | \begin{itemdescr}
|
354 | 354 | \pnum
|
355 | 355 | \result
|
356 |
| -\tcode{const_iterator} if \tcode{b} is \tcode{const}; |
| 356 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
357 | 357 | \tcode{iterator} otherwise.
|
358 | 358 |
|
359 | 359 | \pnum
|
|
773 | 773 | \begin{itemdescr}
|
774 | 774 | \pnum
|
775 | 775 | \result
|
776 |
| -\tcode{const_reverse_iterator} if \tcode{a} is \tcode{const}; |
| 776 | +\tcode{const_reverse_iterator} if \tcode{a} is of type \tcode{const X}; |
777 | 777 | \tcode{reverse_iterator} otherwise.
|
778 | 778 |
|
779 | 779 | \pnum
|
|
793 | 793 | \begin{itemdescr}
|
794 | 794 | \pnum
|
795 | 795 | \result
|
796 |
| -\tcode{const_reverse_iterator} if \tcode{a} is \tcode{const}; |
| 796 | +\tcode{const_reverse_iterator} if \tcode{a} is of type \tcode{const X}; |
797 | 797 | \tcode{reverse_iterator} otherwise.
|
798 | 798 |
|
799 | 799 | \pnum
|
|
1845 | 1845 | \begin{itemdescr}
|
1846 | 1846 | \pnum
|
1847 | 1847 | \result
|
1848 |
| -\tcode{const_reference} if \tcode{a} is \tcode{const}; \tcode{reference} otherwise. |
| 1848 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 1849 | +\tcode{reference} otherwise. |
1849 | 1850 |
|
1850 | 1851 | \pnum
|
1851 | 1852 | \returns
|
|
1869 | 1870 | \begin{itemdescr}
|
1870 | 1871 | \pnum
|
1871 | 1872 | \result
|
1872 |
| -\tcode{const_reference} if \tcode{a} is \tcode{const}; \tcode{reference} otherwise. |
| 1873 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 1874 | +\tcode{reference} otherwise. |
1873 | 1875 |
|
1874 | 1876 | \pnum
|
1875 | 1877 | \effects
|
|
2178 | 2180 | \begin{itemdescr}
|
2179 | 2181 | \pnum
|
2180 | 2182 | \result
|
2181 |
| -\tcode{const_reference} if \tcode{a} is \tcode{const}; \tcode{reference} otherwise. |
| 2183 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 2184 | +\tcode{reference} otherwise. |
2182 | 2185 |
|
2183 | 2186 | \pnum
|
2184 | 2187 | \effects
|
|
2200 | 2203 | \begin{itemdescr}
|
2201 | 2204 | \pnum
|
2202 | 2205 | \result
|
2203 |
| -\tcode{const_reference} if \tcode{a} is \tcode{const}; \tcode{reference} otherwise. |
| 2206 | +\tcode{const_reference} if \tcode{a} is of type \tcode{const X}; |
| 2207 | +\tcode{reference} otherwise. |
2204 | 2208 |
|
2205 | 2209 | \pnum
|
2206 | 2210 | \returns
|
|
3685 | 3689 | \begin{itemdescr}
|
3686 | 3690 | \pnum
|
3687 | 3691 | \result
|
3688 |
| -\tcode{const_iterator} if \tcode{b} is \tcode{const}; |
| 3692 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
3689 | 3693 | \tcode{iterator} otherwise.
|
3690 | 3694 |
|
3691 | 3695 | \pnum
|
|
3706 | 3710 | \begin{itemdescr}
|
3707 | 3711 | \pnum
|
3708 | 3712 | \result
|
3709 |
| -\tcode{const_iterator} if \tcode{a_tran} is \tcode{const}; |
| 3713 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
3710 | 3714 | \tcode{iterator} otherwise.
|
3711 | 3715 |
|
3712 | 3716 | \pnum
|
|
3797 | 3801 | \begin{itemdescr}
|
3798 | 3802 | \pnum
|
3799 | 3803 | \result
|
3800 |
| -\tcode{const_iterator} if \tcode{b} is \tcode{const}; |
| 3804 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
3801 | 3805 | \tcode{iterator} otherwise.
|
3802 | 3806 |
|
3803 | 3807 | \pnum
|
|
3818 | 3822 | \begin{itemdescr}
|
3819 | 3823 | \pnum
|
3820 | 3824 | \result
|
3821 |
| -\tcode{const_iterator} if \tcode{a_tran} is \tcode{const}; |
| 3825 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
3822 | 3826 | \tcode{iterator} otherwise.
|
3823 | 3827 |
|
3824 | 3828 | \pnum
|
|
3840 | 3844 | \begin{itemdescr}
|
3841 | 3845 | \pnum
|
3842 | 3846 | \result
|
3843 |
| -\tcode{const_iterator} if \tcode{b} is \tcode{const}; |
| 3847 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
3844 | 3848 | \tcode{iterator} otherwise.
|
3845 | 3849 |
|
3846 | 3850 | \pnum
|
|
3861 | 3865 | \begin{itemdescr}
|
3862 | 3866 | \pnum
|
3863 | 3867 | \result
|
3864 |
| -\tcode{const_iterator} if \tcode{a_tran} is \tcode{const}; |
| 3868 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
3865 | 3869 | \tcode{iterator} otherwise.
|
3866 | 3870 |
|
3867 | 3871 | \pnum
|
|
3883 | 3887 | \begin{itemdescr}
|
3884 | 3888 | \pnum
|
3885 | 3889 | \result
|
3886 |
| -\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is \tcode{const}; |
| 3890 | +\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is of type \tcode{const X}; |
3887 | 3891 | \tcode{pair<iterator, iterator>} otherwise.
|
3888 | 3892 |
|
3889 | 3893 | \pnum
|
|
3903 | 3907 | \begin{itemdescr}
|
3904 | 3908 | \pnum
|
3905 | 3909 | \result
|
3906 |
| -\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is \tcode{const}; |
| 3910 | +\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is of type \tcode{const X}; |
3907 | 3911 | \tcode{pair<iterator, iterator>} otherwise.
|
3908 | 3912 |
|
3909 | 3913 | \pnum
|
|
5388 | 5392 | \begin{itemdescr}
|
5389 | 5393 | \pnum
|
5390 | 5394 | \result
|
5391 |
| -\tcode{const_iterator} if \tcode{b} is \tcode{const}; |
| 5395 | +\tcode{const_iterator} if \tcode{b} is of type \tcode{const X}; |
5392 | 5396 | \tcode{iterator} otherwise.
|
5393 | 5397 |
|
5394 | 5398 | \pnum
|
|
5409 | 5413 | \begin{itemdescr}
|
5410 | 5414 | \pnum
|
5411 | 5415 | \result
|
5412 |
| -\tcode{const_iterator} if \tcode{a_tran} is \tcode{const}; |
| 5416 | +\tcode{const_iterator} if \tcode{a_tran} is of type \tcode{const X}; |
5413 | 5417 | \tcode{iterator} otherwise.
|
5414 | 5418 |
|
5415 | 5419 | \pnum
|
|
5491 | 5495 | \begin{itemdescr}
|
5492 | 5496 | \pnum
|
5493 | 5497 | \result
|
5494 |
| -\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is \tcode{const}; |
| 5498 | +\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is of type \tcode{const X}; |
5495 | 5499 | \tcode{pair<iterator, iterator>} otherwise.
|
5496 | 5500 |
|
5497 | 5501 | \pnum
|
|
5512 | 5516 | \begin{itemdescr}
|
5513 | 5517 | \pnum
|
5514 | 5518 | \result
|
5515 |
| -\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is \tcode{const}; |
| 5519 | +\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is of type \tcode{const X}; |
5516 | 5520 | \tcode{pair<iterator, iterator>} otherwise.
|
5517 | 5521 |
|
5518 | 5522 | \pnum
|
|
5650 | 5654 | \begin{itemdescr}
|
5651 | 5655 | \pnum
|
5652 | 5656 | \result
|
5653 |
| -\tcode{const_local_iterator} if \tcode{b} is \tcode{const}; |
| 5657 | +\tcode{const_local_iterator} if \tcode{b} is of type \tcode{const X}; |
5654 | 5658 | \tcode{local_iterator} otherwise.
|
5655 | 5659 |
|
5656 | 5660 | \pnum
|
|
5675 | 5679 | \begin{itemdescr}
|
5676 | 5680 | \pnum
|
5677 | 5681 | \result
|
5678 |
| -\tcode{const_local_iterator} if \tcode{b} is \tcode{const}; |
| 5682 | +\tcode{const_local_iterator} if \tcode{b} is of type \tcode{const X}; |
5679 | 5683 | \tcode{local_iterator} otherwise.
|
5680 | 5684 |
|
5681 | 5685 | \pnum
|
|
0 commit comments