File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 71307130 bool failed() const noexcept;
71317131
71327132 private:
7133- streambuf_type* sbuf_; // \expos
7133+ streambuf_type* @ \exposid { sbuf_}@ ; // \expos
71347134 };
71357135}
71367136\end {codeblock }
71507150
71517151\pnum
71527152\effects
7153- Initializes \tcode {sbuf_} with \tcode {s.rdbuf()}.
7153+ Initializes \exposid {sbuf_} with \tcode {s.rdbuf()}.
71547154\end {itemdescr }
71557155
71567156
71677167
71687168\pnum
71697169\effects
7170- Initializes \tcode {sbuf_} with \tcode {s}.
7170+ Initializes \exposid {sbuf_} with \tcode {s}.
71717171\end {itemdescr }
71727172
71737173\rSec 3[ostreambuf.iter.ops]{Operations}
71857185yields
71867186\tcode {false},
71877187calls
7188- \tcode {sbuf_->sputc(c)};
7188+ \tcode {\exposid { sbuf_} ->sputc(c)};
71897189otherwise has no effect.
71907190
71917191\pnum
72287228if in any prior use of member
72297229\tcode {operator=},
72307230the call to
7231- \tcode {sbuf_->sputc()}
7231+ \tcode {\exposid { sbuf_} ->sputc()}
72327232returned
72337233\tcode {traits::eof()};
72347234or
You can’t perform that action at this time.
0 commit comments