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 67706770 ostream_iterator& operator++(int);
67716771
67726772 private:
6773- basic_ostream<charT,traits>* out_stream ; // \expos
6774- const charT* delim; // \expos
6773+ basic_ostream<charT,traits>* @ \exposid {out-stream}@ ; // \expos
6774+ const charT* @ \exposid { delim}@ ; // \expos
67756775 };
67766776}
67776777\end {codeblock }
67866786\begin {itemdescr }
67876787\pnum
67886788\effects
6789- Initializes \tcode {out_stream } with \tcode {addressof(s)} and
6790- \tcode {delim} with \keyword {nullptr}.
6789+ Initializes \exposid {out-stream } with \tcode {addressof(s)} and
6790+ \exposid {delim} with \keyword {nullptr}.
67916791\end {itemdescr }
67926792
67936793
67996799\begin {itemdescr }
68006800\pnum
68016801\effects
6802- Initializes \tcode {out_stream } with \tcode {addressof(s)} and
6803- \tcode {delim} with \tcode {delimiter}.
6802+ Initializes \exposid {out-stream } with \tcode {addressof(s)} and
6803+ \exposid {delim} with \tcode {delimiter}.
68046804\end {itemdescr }
68056805
68066806\rSec 3[ostream.iterator.ops]{Operations}
68156815\effects
68166816As if by:
68176817\begin {codeblock }
6818- *out_stream << value;
6819- if (delim)
6820- *out_stream << delim;
6818+ *@ \exposid {out-stream}@ << value;
6819+ if (@ \exposid { delim}@ )
6820+ *@ \exposid {out-stream}@ << @ \exposid { delim}@ ;
68216821return *this;
68226822\end {codeblock }
68236823\end {itemdescr }
You can’t perform that action at this time.
0 commit comments