|
4308 | 4308 | \pnum
|
4309 | 4309 | \effects
|
4310 | 4310 | Constructs an object of class
|
4311 |
| -\tcode{basic_istream}, |
4312 |
| -assigning initial values to the base class by calling |
| 4311 | +\tcode{basic_istream}, initializing the base class subobject with |
4313 | 4312 | \tcode{basic_ios::init(sb)}~(\ref{basic.ios.cons}).
|
4314 | 4313 |
|
4315 | 4314 | \pnum
|
|
4462 | 4461 | \pnum
|
4463 | 4462 | \remarks
|
4464 | 4463 | The constructor
|
4465 |
| -\tcode{explicit sentry(basic_istream<charT, traits>\& is, bool noskipws = false)} |
| 4464 | +\begin{codeblock} |
| 4465 | +explicit sentry(basic_istream<charT, traits>& is, bool noskipws = false) |
| 4466 | +\end{codeblock} |
4466 | 4467 | uses the currently imbued locale in \tcode{is},
|
4467 | 4468 | to determine whether the next input character is
|
4468 | 4469 | whitespace or not.
|
|
4759 | 4760 | \pnum
|
4760 | 4761 | Characters are extracted and stored until any of the following occurs:
|
4761 | 4762 | \begin{itemize}
|
4762 |
| -\item |
4763 |
| -\tcode{n-1} |
4764 |
| -characters are stored; |
4765 |
| -\item |
4766 |
| -end of file occurs on the input sequence; |
4767 |
| -\item |
4768 |
| -\tcode{ct.is(ct.space, c)} |
4769 |
| -is |
4770 |
| -\tcode{true} |
4771 |
| -for the next available input character \tcode{c}, |
4772 |
| -where \tcode{ct} is |
4773 |
| -\tcode{use_facet<ctype<\brk{}charT>>(in.getloc())}. |
| 4763 | +\item \tcode{n-1} characters are stored; |
| 4764 | +\item end of file occurs on the input sequence; |
| 4765 | +\item letting \tcode{ct} be \tcode{use_facet<ctype<charT>>(in.getloc())}, |
| 4766 | +\tcode{ct.is(ct.space, c)} is \tcode{true}. |
4774 | 4767 | \end{itemize}
|
4775 | 4768 |
|
4776 | 4769 | \pnum
|
|
5651 | 5644 | \begin{itemdescr}
|
5652 | 5645 | \pnum
|
5653 | 5646 | \effects
|
5654 |
| -Constructs an object of class |
5655 |
| -\tcode{basic_iostream}, |
5656 |
| -assigning initial values to the base classes by calling |
| 5647 | +Constructs an object of class \tcode{basic_iostream}, |
| 5648 | +initializing the base class subobjects with |
5657 | 5649 | \tcode{basic_istream<charT, traits>(sb)}~(\ref{istream})
|
5658 | 5650 | and
|
5659 | 5651 | \tcode{basic_ostream<charT, traits>(sb)}~(\ref{ostream}).
|
|
5892 | 5884 | \pnum
|
5893 | 5885 | \effects
|
5894 | 5886 | Constructs an object of class
|
5895 |
| -\tcode{basic_ostream}, |
5896 |
| -assigning initial values to the base class by calling |
| 5887 | +\tcode{basic_ostream}, initializing the base class subobject with |
5897 | 5888 | \tcode{basic_ios<charT, traits>::init(sb)}~(\ref{basic.ios.cons}).
|
5898 | 5889 |
|
5899 | 5890 | \pnum
|
|
0 commit comments