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 7130
7130
bool failed() const noexcept;
7131
7131
7132
7132
private:
7133
- streambuf_type* sbuf_; // \expos
7133
+ streambuf_type* @ \exposid { sbuf_}@ ; // \expos
7134
7134
};
7135
7135
}
7136
7136
\end {codeblock }
7150
7150
7151
7151
\pnum
7152
7152
\effects
7153
- Initializes \tcode {sbuf_} with \tcode {s.rdbuf()}.
7153
+ Initializes \exposid {sbuf_} with \tcode {s.rdbuf()}.
7154
7154
\end {itemdescr }
7155
7155
7156
7156
7167
7167
7168
7168
\pnum
7169
7169
\effects
7170
- Initializes \tcode {sbuf_} with \tcode {s}.
7170
+ Initializes \exposid {sbuf_} with \tcode {s}.
7171
7171
\end {itemdescr }
7172
7172
7173
7173
\rSec 3[ostreambuf.iter.ops]{Operations}
7185
7185
yields
7186
7186
\tcode {false},
7187
7187
calls
7188
- \tcode {sbuf_->sputc(c)};
7188
+ \tcode {\exposid { sbuf_} ->sputc(c)};
7189
7189
otherwise has no effect.
7190
7190
7191
7191
\pnum
7228
7228
if in any prior use of member
7229
7229
\tcode {operator=},
7230
7230
the call to
7231
- \tcode {sbuf_->sputc()}
7231
+ \tcode {\exposid { sbuf_} ->sputc()}
7232
7232
returned
7233
7233
\tcode {traits::eof()};
7234
7234
or
You can’t perform that action at this time.
0 commit comments