File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 2669
2669
\begin {itemdescr }
2670
2670
\pnum
2671
2671
\effects
2672
- Initializes \textit {in_stream } with \tcode {addressof(s)}.
2673
- \textit {value } may be initialized during
2672
+ Initializes \tcode {in_stream} with \tcode {addressof(s)}.
2673
+ \tcode {value} may be initialized during
2674
2674
construction or the first time it is referenced.
2675
2675
2676
2676
\pnum
2717
2717
\begin {itemdescr }
2718
2718
\pnum
2719
2719
\returns
2720
- \textit {value }.
2720
+ \tcode {value}.
2721
2721
\end {itemdescr }
2722
2722
2723
2723
\indexlibrarymember {operator->}{istream_iterator}%
2742
2742
2743
2743
\pnum
2744
2744
\effects
2745
- As if by: \tcode {*in_stream \shr value;}
2745
+ As if by: \tcode {*in_stream \shr {} value;}
2746
2746
2747
2747
\pnum
2748
2748
\returns
2862
2862
\begin {itemdescr }
2863
2863
\pnum
2864
2864
\effects
2865
- Initializes \textit {out_stream } with \tcode {addressof(s)} and
2866
- \textit {delim } with null.
2865
+ Initializes \tcode {out_stream} with \tcode {addressof(s)} and
2866
+ \tcode {delim} with null.
2867
2867
\end {itemdescr }
2868
2868
2869
2869
2875
2875
\begin {itemdescr }
2876
2876
\pnum
2877
2877
\effects
2878
- Initializes \textit {out_stream } with \tcode {addressof(s)} and
2879
- \textit {delim } with \tcode {delimiter}.
2878
+ Initializes \tcode {out_stream} with \tcode {addressof(s)} and
2879
+ \tcode {delim} with \tcode {delimiter}.
2880
2880
\end {itemdescr }
2881
2881
2882
2882
2914
2914
\effects
2915
2915
As if by:
2916
2916
\begin {codeblock }
2917
- *@ \textit { out_stream }@ << value;
2918
- if (@ \textit { delim }@ != 0)
2919
- *@ \textit { out_stream }@ << @ \textit { delim }@ ;
2917
+ *out_stream << value;
2918
+ if (delim != 0)
2919
+ *out_stream << delim;
2920
2920
return *this;
2921
2921
\end {codeblock }
2922
2922
\end {itemdescr }
You can’t perform that action at this time.
0 commit comments