File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4239
4239
void swap(basic_istream& rhs);
4240
4240
};
4241
4241
4242
- // \ref {istream:: extractors }, character extraction templates:
4242
+ // \ref {istream. extractors }, character extraction templates:
4243
4243
template<class charT, class traits>
4244
4244
basic_istream<charT, traits>& operator>>(basic_istream<charT, traits>&,
4245
4245
charT&);
4677
4677
\end {codeblock }
4678
4678
\end {itemdescr }
4679
4679
4680
- \rSec 4[istream:: extractors]{\tcode {basic_istream::operator\shr }}
4680
+ \rSec 4[istream. extractors]{\tcode {basic_istream::operator\shr }}
4681
4681
4682
4682
\indexlibrarymember {operator\shr }{basic_istream}%
4683
4683
\begin {itemdecl }
7194
7194
and \tcode {traits}, respectively, then the expression
7195
7195
\tcode {in \shr \ quoted(s, delim, escape)} behaves as if it extracts the following
7196
7196
characters from \tcode {in} using
7197
- \tcode {basic_istream::operator\shr }~(\ref {istream:: extractors })
7197
+ \tcode {basic_istream::operator\shr }~(\ref {istream. extractors })
7198
7198
which may throw \tcode {ios_base::failure}\brk {}~(\ref {ios::failure }):
7199
7199
\begin {itemize }
7200
7200
\item If the first character extracted is equal to \tcode {delim}, as
You can’t perform that action at this time.
0 commit comments