|
1875 | 1875 |
|
1876 | 1876 | \rSec3[string.modifiers]{\tcode{basic_string} modifiers}
|
1877 | 1877 |
|
1878 |
| -\rSec4[string::op+=]{\tcode{basic_string::operator+=}} |
| 1878 | +\rSec4[string.op+=]{\tcode{basic_string::operator+=}} |
1879 | 1879 |
|
1880 | 1880 | \indexlibrarymember{operator+=}{basic_string}%
|
1881 | 1881 | \begin{itemdecl}
|
|
1949 | 1949 | \end{itemdescr}
|
1950 | 1950 |
|
1951 | 1951 |
|
1952 |
| -\rSec4[string::append]{\tcode{basic_string::append}} |
| 1952 | +\rSec4[string.append]{\tcode{basic_string::append}} |
1953 | 1953 |
|
1954 | 1954 | \indexlibrarymember{append}{basic_string}%
|
1955 | 1955 | \begin{itemdecl}
|
|
2127 | 2127 | \tcode{append(static_cast<size_type>(1), c)}.
|
2128 | 2128 | \end{itemdescr}
|
2129 | 2129 |
|
2130 |
| -\rSec4[string::assign]{\tcode{basic_string::assign}} |
| 2130 | +\rSec4[string.assign]{\tcode{basic_string::assign}} |
2131 | 2131 |
|
2132 | 2132 | \indexlibrarymember{assign}{basic_string}%
|
2133 | 2133 | \begin{itemdecl}
|
|
2303 | 2303 | \tcode{*this}.
|
2304 | 2304 | \end{itemdescr}
|
2305 | 2305 |
|
2306 |
| -\rSec4[string::insert]{\tcode{basic_string::insert}} |
| 2306 | +\rSec4[string.insert]{\tcode{basic_string::insert}} |
2307 | 2307 |
|
2308 | 2308 | \indexlibrarymember{insert}{basic_string}%
|
2309 | 2309 | \begin{itemdecl}
|
|
2518 | 2518 | \tcode{p} if \tcode{i1} is empty.
|
2519 | 2519 | \end{itemdescr}
|
2520 | 2520 |
|
2521 |
| -\rSec4[string::erase]{\tcode{basic_string::erase}} |
| 2521 | +\rSec4[string.erase]{\tcode{basic_string::erase}} |
2522 | 2522 |
|
2523 | 2523 | \indexlibrarymember{erase}{basic_string}%
|
2524 | 2524 | \begin{itemdecl}
|
|
2625 | 2625 | Equivalent to \tcode{erase(size() - 1, 1)}.
|
2626 | 2626 | \end{itemdescr}
|
2627 | 2627 |
|
2628 |
| -\rSec4[string::replace]{\tcode{basic_string::replace}} |
| 2628 | +\rSec4[string.replace]{\tcode{basic_string::replace}} |
2629 | 2629 |
|
2630 | 2630 | \indexlibrarymember{replace}{basic_string}%
|
2631 | 2631 | \begin{itemdecl}
|
|
2902 | 2902 | \end{itemdescr}
|
2903 | 2903 |
|
2904 | 2904 |
|
2905 |
| -\rSec4[string::copy]{\tcode{basic_string::copy}} |
| 2905 | +\rSec4[string.copy]{\tcode{basic_string::copy}} |
2906 | 2906 |
|
2907 | 2907 | \indexlibrarymember{copy}{basic_string}%
|
2908 | 2908 | \begin{itemdecl}
|
|
2937 | 2937 | \tcode{rlen}.
|
2938 | 2938 | \end{itemdescr}
|
2939 | 2939 |
|
2940 |
| -\rSec4[string::swap]{\tcode{basic_string::swap}} |
| 2940 | +\rSec4[string.swap]{\tcode{basic_string::swap}} |
2941 | 2941 |
|
2942 | 2942 | \indexlibrarymember{swap}{basic_string}%
|
2943 | 2943 | \begin{itemdecl}
|
|
3028 | 3028 | copy of the most recent replacement.
|
3029 | 3029 | \end{itemdescr}
|
3030 | 3030 |
|
3031 |
| -\rSec4[string::find]{\tcode{basic_string::find}} |
| 3031 | +\rSec4[string.find]{\tcode{basic_string::find}} |
3032 | 3032 |
|
3033 | 3033 | \indexlibrarymember{find}{basic_string}%
|
3034 | 3034 | \begin{itemdecl}
|
|
3113 | 3113 | \tcode{find(basic_string(1, c), pos)}.
|
3114 | 3114 | \end{itemdescr}
|
3115 | 3115 |
|
3116 |
| -\rSec4[string::rfind]{\tcode{basic_string::rfind}} |
| 3116 | +\rSec4[string.rfind]{\tcode{basic_string::rfind}} |
3117 | 3117 |
|
3118 | 3118 | \indexlibrarymember{rfind}{basic_string}%
|
3119 | 3119 | \begin{itemdecl}
|
|
3199 | 3199 | \tcode{rfind(basic_string(1, c), pos)}.
|
3200 | 3200 | \end{itemdescr}
|
3201 | 3201 |
|
3202 |
| -\rSec4[string::find.first.of]{\tcode{basic_string::find_first_of}} |
| 3202 | +\rSec4[string.find.first.of]{\tcode{basic_string::find_first_of}} |
3203 | 3203 |
|
3204 | 3204 | \indexlibrarymember{find_first_of}{basic_string}%
|
3205 | 3205 | \begin{itemdecl}
|
|
3286 | 3286 | \tcode{find_first_of(basic_string(1, c), pos)}.
|
3287 | 3287 | \end{itemdescr}
|
3288 | 3288 |
|
3289 |
| -\rSec4[string::find.last.of]{\tcode{basic_string::find_last_of}} |
| 3289 | +\rSec4[string.find.last.of]{\tcode{basic_string::find_last_of}} |
3290 | 3290 |
|
3291 | 3291 | \indexlibrarymember{find_last_of}{basic_string}%
|
3292 | 3292 | \begin{itemdecl}
|
|
3372 | 3372 | \tcode{find_last_of(basic_string(1, c), pos)}.
|
3373 | 3373 | \end{itemdescr}
|
3374 | 3374 |
|
3375 |
| -\rSec4[string::find.first.not.of]{\tcode{basic_string::find_first_not_of}} |
| 3375 | +\rSec4[string.find.first.not.of]{\tcode{basic_string::find_first_not_of}} |
3376 | 3376 |
|
3377 | 3377 | \indexlibrarymember{find_first_not_of}{basic_string}%
|
3378 | 3378 | \begin{itemdecl}
|
|
3460 | 3460 | \tcode{find_first_not_of(basic_string(1, c), pos)}.
|
3461 | 3461 | \end{itemdescr}
|
3462 | 3462 |
|
3463 |
| -\rSec4[string::find.last.not.of]{\tcode{basic_string::find_last_not_of}} |
| 3463 | +\rSec4[string.find.last.not.of]{\tcode{basic_string::find_last_not_of}} |
3464 | 3464 |
|
3465 | 3465 | \indexlibrarymember{find_last_not_of}{basic_string}%
|
3466 | 3466 | \begin{itemdecl}
|
|
3548 | 3548 | \tcode{find_last_not_of(basic_string(1, c), pos)}.
|
3549 | 3549 | \end{itemdescr}
|
3550 | 3550 |
|
3551 |
| -\rSec4[string::substr]{\tcode{basic_string::substr}} |
| 3551 | +\rSec4[string.substr]{\tcode{basic_string::substr}} |
3552 | 3552 |
|
3553 | 3553 | \indexlibrarymember{substr}{basic_string}%
|
3554 | 3554 | \begin{itemdecl}
|
|
3572 | 3572 | \tcode{basic_string(data()+pos, rlen)}.
|
3573 | 3573 | \end{itemdescr}
|
3574 | 3574 |
|
3575 |
| -\rSec4[string::compare]{\tcode{basic_string::compare}} |
| 3575 | +\rSec4[string.compare]{\tcode{basic_string::compare}} |
3576 | 3576 |
|
3577 | 3577 | \indexlibrarymember{compare}{basic_string}%
|
3578 | 3578 | \begin{itemdecl}
|
|
3714 | 3714 |
|
3715 | 3715 | \indexlibrary{\idxcode{basic_string}}
|
3716 | 3716 |
|
3717 |
| -\rSec3[string::op+]{\tcode{operator+}} |
| 3717 | +\rSec3[string.op+]{\tcode{operator+}} |
3718 | 3718 |
|
3719 | 3719 | \indexlibrarymember{operator+}{basic_string}%
|
3720 | 3720 | \begin{itemdecl}
|
|
3906 | 3906 | \tcode{std::move(lhs.append(1, rhs))}.
|
3907 | 3907 | \end{itemdescr}
|
3908 | 3908 |
|
3909 |
| -\rSec3[string::operator==]{\tcode{operator==}} |
| 3909 | +\rSec3[string.operator==]{\tcode{operator==}} |
3910 | 3910 |
|
3911 | 3911 | \indexlibrarymember{operator==}{basic_string}%
|
3912 | 3912 | \begin{itemdecl}
|
|
3951 | 3951 | \tcode{lhs.compare(rhs) == 0}.
|
3952 | 3952 | \end{itemdescr}
|
3953 | 3953 |
|
3954 |
| -\rSec3[string::op!=]{\tcode{operator!=}} |
| 3954 | +\rSec3[string.op!=]{\tcode{operator!=}} |
3955 | 3955 |
|
3956 | 3956 | \indexlibrarymember{operator"!=}{basic_string}%
|
3957 | 3957 | \begin{itemdecl}
|
|
3996 | 3996 | \tcode{lhs.compare(rhs) != 0}.
|
3997 | 3997 | \end{itemdescr}
|
3998 | 3998 |
|
3999 |
| -\rSec3[string::op<]{\tcode{operator<}} |
| 3999 | +\rSec3[string.op<]{\tcode{operator<}} |
4000 | 4000 |
|
4001 | 4001 | \indexlibrarymember{operator<}{basic_string}%
|
4002 | 4002 | \begin{itemdecl}
|
|
4037 | 4037 | \tcode{lhs.compare(rhs) < 0}.
|
4038 | 4038 | \end{itemdescr}
|
4039 | 4039 |
|
4040 |
| -\rSec3[string::op>]{\tcode{operator>}} |
| 4040 | +\rSec3[string.op>]{\tcode{operator>}} |
4041 | 4041 |
|
4042 | 4042 | \indexlibrarymember{operator>}{basic_string}%
|
4043 | 4043 | \begin{itemdecl}
|
|
4078 | 4078 | \tcode{lhs.compare(rhs) > 0}.
|
4079 | 4079 | \end{itemdescr}
|
4080 | 4080 |
|
4081 |
| -\rSec3[string::op<=]{\tcode{operator<=}} |
| 4081 | +\rSec3[string.op<=]{\tcode{operator<=}} |
4082 | 4082 |
|
4083 | 4083 | \indexlibrarymember{operator<=}{basic_string}%
|
4084 | 4084 | \begin{itemdecl}
|
|
4119 | 4119 | \tcode{lhs.compare(rhs) <= 0}.
|
4120 | 4120 | \end{itemdescr}
|
4121 | 4121 |
|
4122 |
| -\rSec3[string::op>=]{\tcode{operator>=}} |
| 4122 | +\rSec3[string.op>=]{\tcode{operator>=}} |
4123 | 4123 |
|
4124 | 4124 | \indexlibrarymember{operator>=}{basic_string}%
|
4125 | 4125 | \begin{itemdecl}
|
|
0 commit comments