File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Expand file tree Collapse file tree 1 file changed +2
-10
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>
You can’t perform that action at this time.
0 commit comments