File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 67826782 ostream_iterator& operator++(int);
67836783
67846784 private:
6785- basic_ostream<charT,traits>* out_stream ; // \expos
6786- const charT* delim; // \expos
6785+ basic_ostream<charT,traits>* @ \exposid {out-stream}@ ; // \expos
6786+ const charT* @ \exposid { delim}@ ; // \expos
67876787 };
67886788}
67896789\end {codeblock }
67986798\begin {itemdescr }
67996799\pnum
68006800\effects
6801- Initializes \tcode {out_stream } with \tcode {addressof(s)} and
6802- \tcode {delim} with \keyword {nullptr}.
6801+ Initializes \exposid {out-stream } with \tcode {addressof(s)} and
6802+ \exposid {delim} with \keyword {nullptr}.
68036803\end {itemdescr }
68046804
68056805
68116811\begin {itemdescr }
68126812\pnum
68136813\effects
6814- Initializes \tcode {out_stream } with \tcode {addressof(s)} and
6815- \tcode {delim} with \tcode {delimiter}.
6814+ Initializes \exposid {out-stream } with \tcode {addressof(s)} and
6815+ \exposid {delim} with \tcode {delimiter}.
68166816\end {itemdescr }
68176817
68186818\rSec 3[ostream.iterator.ops]{Operations}
68276827\effects
68286828As if by:
68296829\begin {codeblock }
6830- *out_stream << value;
6831- if (delim)
6832- *out_stream << delim;
6830+ *@ \exposid {out-stream}@ << value;
6831+ if (@ \exposid { delim}@ )
6832+ *@ \exposid {out-stream}@ << @ \exposid { delim}@ ;
68336833return *this;
68346834\end {codeblock }
68356835\end {itemdescr }
You can’t perform that action at this time.
0 commit comments