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 71287128 bool failed() const noexcept;
71297129
71307130 private:
7131- streambuf_type* sbuf_; // \expos
7131+ streambuf_type* @ \exposid { sbuf_}@ ; // \expos
71327132 };
71337133}
71347134\end {codeblock }
71487148
71497149\pnum
71507150\effects
7151- Initializes \tcode {sbuf_} with \tcode {s.rdbuf()}.
7151+ Initializes \exposid {sbuf_} with \tcode {s.rdbuf()}.
71527152\end {itemdescr }
71537153
71547154
71657165
71667166\pnum
71677167\effects
7168- Initializes \tcode {sbuf_} with \tcode {s}.
7168+ Initializes \exposid {sbuf_} with \tcode {s}.
71697169\end {itemdescr }
71707170
71717171\rSec 3[ostreambuf.iter.ops]{Operations}
71837183yields
71847184\tcode {false},
71857185calls
7186- \tcode {sbuf_->sputc(c)};
7186+ \tcode {\exposid { sbuf_} ->sputc(c)};
71877187otherwise has no effect.
71887188
71897189\pnum
72267226if in any prior use of member
72277227\tcode {operator=},
72287228the call to
7229- \tcode {sbuf_->sputc()}
7229+ \tcode {\exposid { sbuf_} ->sputc()}
72307230returned
72317231\tcode {traits::eof()};
72327232or
You can’t perform that action at this time.
0 commit comments