File tree 2 files changed +11
-9
lines changed
2 files changed +11
-9
lines changed Original file line number Diff line number Diff line change 1760
1760
1761
1761
\rSec 3[string.modifiers]{Modifiers}
1762
1762
1763
- \rSec 4[string.op+= ]{\tcode {basic_string::operator+=}}
1763
+ \rSec 4[string.op.append ]{\tcode {basic_string::operator+=}}
1764
1764
1765
1765
\indexlibrarymember {operator+=}{basic_string}%
1766
1766
\begin {itemdecl }
3141
3141
3142
3142
\indexlibrary {\idxcode {basic_string}}
3143
3143
3144
- \rSec 3[string.op+ ]{\tcode {operator+}}
3144
+ \rSec 3[string.op.plus ]{\tcode {operator+}}
3145
3145
3146
3146
\indexlibrarymember {operator+}{basic_string}%
3147
3147
\begin {itemdecl }
3319
3319
\end {codeblock }
3320
3320
\end {itemdescr }
3321
3321
3322
- \rSec 3[string.comparison ]{Non-member comparison functions}
3322
+ \rSec 3[string.cmp ]{Non-member comparison functions}
3323
3323
\begin {itemdecl }
3324
3324
template<class charT, class traits, class Allocator>
3325
3325
bool operator==(const basic_string<charT, traits, Allocator>& lhs,
Original file line number Diff line number Diff line change 176
176
\movedxref {string.find.last.of }{string.find}
177
177
\movedxref {string.find.first.not.of }{string.find}
178
178
\movedxref {string.find.last.not.of }{string.find}
179
- \movedxref {string.operator ==}{string.comparison}
180
- \movedxref {string.op! =}{string.comparison}
181
- \movedxref {string.op <}{string.comparison}
182
- \movedxref {string.op >}{string.comparison}
183
- \movedxref {string.op <=}{string.comparison}
184
- \movedxref {string.op >=}{string.comparison}
179
+ \movedxref {string.op +=}{string.op.append}
180
+ \movedxref {string.op +}{string.op.plus}
181
+ \movedxref {string.operator ==}{string.cmp}
182
+ \movedxref {string.op! =}{string.cmp}
183
+ \movedxref {string.op <}{string.cmp}
184
+ \movedxref {string.op >}{string.cmp}
185
+ \movedxref {string.op <=}{string.cmp}
186
+ \movedxref {string.op >=}{string.cmp}
185
187
186
188
% Deprecated features.
187
189
% \deprxref{old.label} (if moved to depr.old.label, otherwise use \movedxref)
You can’t perform that action at this time.
0 commit comments