File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3028
3028
}
3029
3029
\end {codeblock }
3030
3030
3031
- \rSec 3[istreambuf.iterator:: proxy]{Class template \tcode {istreambuf_iterator::proxy}}
3031
+ \rSec 3[istreambuf.iterator. proxy]{Class template \tcode {istreambuf_iterator::proxy}}
3032
3032
3033
3033
\indexlibrary {\idxcode {proxy}!\idxcode {istreambuf_iterator}}%
3034
3034
\begin {codeblock }
3114
3114
Initializes \tcode {sbuf_} with \tcode {p.sbuf_}.
3115
3115
\end {itemdescr }
3116
3116
3117
- \rSec 3[istreambuf.iterator::op* ]{\tcode {istreambuf_iterator::operator*} }
3117
+ \rSec 3[istreambuf.iterator.ops ]{\tcode {istreambuf_iterator} operations }
3118
3118
3119
3119
\indexlibrarymember {operator*}{istreambuf_iterator}%
3120
3120
\begin {itemdecl }
3130
3130
\tcode {sbuf_->sgetc()}.
3131
3131
\end {itemdescr }
3132
3132
3133
- \rSec 3[istreambuf.iterator::op++]{\tcode {istreambuf_iterator::operator++}}
3134
-
3135
3133
\indexlibrarymember {operator++}{istreambuf_iterator}%
3136
3134
\begin {itemdecl }
3137
3135
istreambuf_iterator& operator++();
3158
3156
\tcode {proxy(sbuf_->sbumpc(), sbuf_)}.
3159
3157
\end {itemdescr }
3160
3158
3161
- \rSec 3[istreambuf.iterator::equal]{\tcode {istreambuf_iterator::equal}}
3162
-
3163
3159
\indexlibrarymember {equal}{istreambuf_iterator}%
3164
3160
\begin {itemdecl }
3165
3161
bool equal(const istreambuf_iterator& b) const;
3175
3171
object they use.
3176
3172
\end {itemdescr }
3177
3173
3178
- \rSec 3[istreambuf.iterator::op==]{\tcode {operator==}}
3179
-
3180
3174
\indexlibrarymember {operator==}{istreambuf_iterator}%
3181
3175
\begin {itemdecl }
3182
3176
template <class charT, class traits>
3190
3184
\tcode {a.equal(b)}.
3191
3185
\end {itemdescr }
3192
3186
3193
- \rSec 3[istreambuf.iterator::op!=]{\tcode {operator!=}}
3194
-
3195
3187
\indexlibrarymember {operator"!=}{istreambuf_iterator}%
3196
3188
\begin {itemdecl }
3197
3189
template <class charT, class traits>
Original file line number Diff line number Diff line change 97
97
\movedxref {string::op <=}{string.op<=}
98
98
\movedxref {string::op >}{string.op>}
99
99
\movedxref {string::op >=}{string.op>=}
100
- \movedxref {string::op! =}{string.op!=}
100
+ \movedxref {string::op " ! =}{string.op" !=}
101
101
\movedxref {string::op +}{string.op+}
102
102
\movedxref {string::op +=}{string.op+=}
103
103
\movedxref {string::operator ==}{string.operator==}
104
104
\movedxref {string::replace }{string.replace}
105
105
\movedxref {string::rfind }{string.rfind}
106
106
\movedxref {string::substr }{string.substr}
107
107
\movedxref {string::swap }{string.swap}
108
+
109
+ % Merged sections.
110
+ \movedxref {istreambuf.iterator::proxy }{istreambuf.iterator.proxy}
111
+ \movedxref {istreambuf.iterator::op* }{istreambuf.iterator.ops}
112
+ \movedxref {istreambuf.iterator::op ++}{istreambuf.iterator.ops}
113
+ \movedxref {istreambuf.iterator::equal }{istreambuf.iterator.ops}
114
+ \movedxref {istreambuf.iterator::op ==}{istreambuf.iterator.ops}
115
+ \movedxref {istreambuf.iterator::op "! =}{istreambuf.iterator.ops}
You can’t perform that action at this time.
0 commit comments