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 71427142 bool failed() const noexcept;
71437143
71447144 private:
7145- streambuf_type* sbuf_; // \expos
7145+ streambuf_type* @ \exposid { sbuf_}@ ; // \expos
71467146 };
71477147}
71487148\end {codeblock }
71627162
71637163\pnum
71647164\effects
7165- Initializes \tcode {sbuf_} with \tcode {s.rdbuf()}.
7165+ Initializes \exposid {sbuf_} with \tcode {s.rdbuf()}.
71667166\end {itemdescr }
71677167
71687168
71797179
71807180\pnum
71817181\effects
7182- Initializes \tcode {sbuf_} with \tcode {s}.
7182+ Initializes \exposid {sbuf_} with \tcode {s}.
71837183\end {itemdescr }
71847184
71857185\rSec 3[ostreambuf.iter.ops]{Operations}
71977197yields
71987198\tcode {false},
71997199calls
7200- \tcode {sbuf_->sputc(c)};
7200+ \tcode {\exposid { sbuf_} ->sputc(c)};
72017201otherwise has no effect.
72027202
72037203\pnum
72407240if in any prior use of member
72417241\tcode {operator=},
72427242the call to
7243- \tcode {sbuf_->sputc()}
7243+ \tcode {\exposid { sbuf_} ->sputc()}
72447244returned
72457245\tcode {traits::eof()};
72467246or
You can’t perform that action at this time.
0 commit comments