Skip to content

Commit bcb9d33

Browse files
[ostreambuf.iterator] Exposition-only style for sbuf_
1 parent 3eae0d2 commit bcb9d33

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
@@ -7142,7 +7142,7 @@
71427142
bool failed() const noexcept;
71437143

71447144
private:
7145-
streambuf_type* sbuf_; // \expos
7145+
streambuf_type* @\exposid{sbuf_}@; // \expos
71467146
};
71477147
}
71487148
\end{codeblock}
@@ -7162,7 +7162,7 @@
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

@@ -7179,7 +7179,7 @@
71797179

71807180
\pnum
71817181
\effects
7182-
Initializes \tcode{sbuf_} with \tcode{s}.
7182+
Initializes \exposid{sbuf_} with \tcode{s}.
71837183
\end{itemdescr}
71847184

71857185
\rSec3[ostreambuf.iter.ops]{Operations}
@@ -7197,7 +7197,7 @@
71977197
yields
71987198
\tcode{false},
71997199
calls
7200-
\tcode{sbuf_->sputc(c)};
7200+
\tcode{\exposid{sbuf_}->sputc(c)};
72017201
otherwise has no effect.
72027202

72037203
\pnum
@@ -7240,7 +7240,7 @@
72407240
if in any prior use of member
72417241
\tcode{operator=},
72427242
the call to
7243-
\tcode{sbuf_->sputc()}
7243+
\tcode{\exposid{sbuf_}->sputc()}
72447244
returned
72457245
\tcode{traits::eof()};
72467246
or

0 commit comments

Comments
 (0)