Skip to content

Commit 198c54c

Browse files
[ostreambuf.iterator] Exposition-only style for sbuf_
1 parent c24c2df commit 198c54c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/iterators.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7130,7 +7130,7 @@
71307130
bool failed() const noexcept;
71317131

71327132
private:
7133-
streambuf_type* sbuf_; // \expos
7133+
streambuf_type* @\exposid{sbuf_}@; // \expos
71347134
};
71357135
}
71367136
\end{codeblock}
@@ -7150,7 +7150,7 @@
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

@@ -7167,7 +7167,7 @@
71677167

71687168
\pnum
71697169
\effects
7170-
Initializes \tcode{sbuf_} with \tcode{s}.
7170+
Initializes \exposid{sbuf_} with \tcode{s}.
71717171
\end{itemdescr}
71727172

71737173
\rSec3[ostreambuf.iter.ops]{Operations}
@@ -7185,7 +7185,7 @@
71857185
yields
71867186
\tcode{false},
71877187
calls
7188-
\tcode{sbuf_->sputc(c)};
7188+
\tcode{\exposid{sbuf_}->sputc(c)};
71897189
otherwise has no effect.
71907190

71917191
\pnum
@@ -7228,7 +7228,7 @@
72287228
if in any prior use of member
72297229
\tcode{operator=},
72307230
the call to
7231-
\tcode{sbuf_->sputc()}
7231+
\tcode{\exposid{sbuf_}->sputc()}
72327232
returned
72337233
\tcode{traits::eof()};
72347234
or

0 commit comments

Comments
 (0)