|
3685 | 3685 | \begin{itemdescr}
|
3686 | 3686 | \pnum
|
3687 | 3687 | \result
|
3688 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3688 | +\tcode{const_iterator} if \tcode{b} is constant; |
| 3689 | +\tcode{iterator} otherwise. |
3689 | 3690 |
|
3690 | 3691 | \pnum
|
3691 | 3692 | \returns
|
|
3705 | 3706 | \begin{itemdescr}
|
3706 | 3707 | \pnum
|
3707 | 3708 | \result
|
3708 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3709 | +\tcode{const_iterator} if \tcode{a_tran} is constant; |
| 3710 | +\tcode{iterator} otherwise. |
3709 | 3711 |
|
3710 | 3712 | \pnum
|
3711 | 3713 | \returns
|
|
3795 | 3797 | \begin{itemdescr}
|
3796 | 3798 | \pnum
|
3797 | 3799 | \result
|
3798 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3800 | +\tcode{const_iterator} if \tcode{b} is constant; |
| 3801 | +\tcode{iterator} otherwise. |
3799 | 3802 |
|
3800 | 3803 | \pnum
|
3801 | 3804 | \returns
|
|
3815 | 3818 | \begin{itemdescr}
|
3816 | 3819 | \pnum
|
3817 | 3820 | \result
|
3818 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3821 | +\tcode{const_iterator} if \tcode{a_tran} is constant; |
| 3822 | +\tcode{iterator} otherwise. |
3819 | 3823 |
|
3820 | 3824 | \pnum
|
3821 | 3825 | \returns
|
|
3836 | 3840 | \begin{itemdescr}
|
3837 | 3841 | \pnum
|
3838 | 3842 | \result
|
3839 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{b}. |
| 3843 | +\tcode{const_iterator} if \tcode{b} is constant; |
| 3844 | +\tcode{iterator} otherwise. |
3840 | 3845 |
|
3841 | 3846 | \pnum
|
3842 | 3847 | \returns
|
|
3856 | 3861 | \begin{itemdescr}
|
3857 | 3862 | \pnum
|
3858 | 3863 | \result
|
3859 |
| -\tcode{iterator}; \tcode{const_iterator} for constant \tcode{a_tran}. |
| 3864 | +\tcode{const_iterator} if \tcode{a_tran} is constant; |
| 3865 | +\tcode{iterator} otherwise. |
3860 | 3866 |
|
3861 | 3867 | \pnum
|
3862 | 3868 | \returns
|
|
3877 | 3883 | \begin{itemdescr}
|
3878 | 3884 | \pnum
|
3879 | 3885 | \result
|
3880 |
| -\tcode{pair<iterator, iterator>}; |
3881 |
| -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{b}. |
| 3886 | +\tcode{pair<const_iterator, const_iterator>} if \tcode{b} is constant; |
| 3887 | +\tcode{pair<iterator, iterator>} otherwise. |
3882 | 3888 |
|
3883 | 3889 | \pnum
|
3884 | 3890 | \effects
|
|
3897 | 3903 | \begin{itemdescr}
|
3898 | 3904 | \pnum
|
3899 | 3905 | \result
|
3900 |
| -\tcode{pair<iterator, iterator>}; |
3901 |
| -\tcode{pair<const_iterator, const_iterator>} for constant \tcode{a_tran}. |
| 3906 | +\tcode{pair<const_iterator, const_iterator>} if \tcode{a_tran} is constant; |
| 3907 | +\tcode{pair<iterator, iterator>} otherwise. |
3902 | 3908 |
|
3903 | 3909 | \pnum
|
3904 | 3910 | \effects
|
|
0 commit comments