Skip to content

Commit 0d0f9d1

Browse files
[ostreambuf.iterator] Exposition-only style for sbuf_
1 parent 41f0623 commit 0d0f9d1

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
@@ -7128,7 +7128,7 @@
71287128
bool failed() const noexcept;
71297129

71307130
private:
7131-
streambuf_type* sbuf_; // \expos
7131+
streambuf_type* @\exposid{sbuf_}@; // \expos
71327132
};
71337133
}
71347134
\end{codeblock}
@@ -7148,7 +7148,7 @@
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

@@ -7165,7 +7165,7 @@
71657165

71667166
\pnum
71677167
\effects
7168-
Initializes \tcode{sbuf_} with \tcode{s}.
7168+
Initializes \exposid{sbuf_} with \tcode{s}.
71697169
\end{itemdescr}
71707170

71717171
\rSec3[ostreambuf.iter.ops]{Operations}
@@ -7183,7 +7183,7 @@
71837183
yields
71847184
\tcode{false},
71857185
calls
7186-
\tcode{sbuf_->sputc(c)};
7186+
\tcode{\exposid{sbuf_}->sputc(c)};
71877187
otherwise has no effect.
71887188

71897189
\pnum
@@ -7226,7 +7226,7 @@
72267226
if in any prior use of member
72277227
\tcode{operator=},
72287228
the call to
7229-
\tcode{sbuf_->sputc()}
7229+
\tcode{\exposid{sbuf_}->sputc()}
72307230
returned
72317231
\tcode{traits::eof()};
72327232
or

0 commit comments

Comments
 (0)