Skip to content

Refine "Index of library names" for operator<< and operator>> #539

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 7, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 21 additions & 10 deletions source/iostreams.tex
Original file line number Diff line number Diff line change
Expand Up @@ -4564,7 +4564,8 @@

\rSec4[istream.formatted.arithmetic]{Arithmetic extractors}

\indexlibrary{\idxcode{operator\shr}!\idxcode{istream}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
operator>>(unsigned short& val);
operator>>(unsigned int& val);
Expand Down Expand Up @@ -4615,7 +4616,8 @@
\tcode{istream}.
\end{itemdescr}

\indexlibrary{\idxcode{operator\shr}!\idxcode{istream}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
operator>>(short& val);
\end{itemdecl}
Expand All @@ -4641,7 +4643,8 @@
\end{codeblock}
\end{itemdescr}

\indexlibrary{\idxcode{operator\shr}!\idxcode{istream}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
operator>>(int& val);
\end{itemdecl}
Expand Down Expand Up @@ -4670,6 +4673,7 @@
\rSec4[istream::extractors]{\tcode{basic_istream::operator\shr}}

\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
basic_istream<charT,traits>& operator>>
(basic_istream<charT,traits>& (*pf)(basic_istream<charT,traits>&));
Expand All @@ -4689,7 +4693,8 @@
\indexlibrary{\idxcode{ws}}}
\end{itemdescr}

\indexlibrary{\idxcode{operator\shr}!\idxcode{istream}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
basic_istream<charT,traits>& operator>>
(basic_ios<charT,traits>& (*pf)(basic_ios<charT,traits>&));
Expand All @@ -4708,7 +4713,8 @@
\tcode{*this}.
\end{itemdescr}

\indexlibrary{\idxcode{operator\shr}!\idxcode{istream}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
basic_istream<charT,traits>& operator>>
(ios_base& (*pf)(ios_base&));
Expand All @@ -4728,7 +4734,8 @@
\tcode{*this}.
\end{itemdescr}

\indexlibrary{\idxcode{operator\shr}!\idxcode{istream}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
template<class charT, class traits>
basic_istream<charT,traits>& operator>>(basic_istream<charT,traits>& in,
Expand Down Expand Up @@ -4802,7 +4809,8 @@
\tcode{in}.
\end{itemdescr}

\indexlibrary{\idxcode{operator\shr}!\idxcode{istream}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
template<class charT, class traits>
basic_istream<charT,traits>& operator>>(basic_istream<charT,traits>& in,
Expand Down Expand Up @@ -4832,7 +4840,8 @@
\tcode{in}.
\end{itemdescr}

\indexlibrary{\idxcode{operator\shr}!\idxcode{istream}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
basic_istream<charT,traits>& operator>>
(basic_streambuf<charT,traits>* sb);
Expand Down Expand Up @@ -5722,8 +5731,8 @@

\rSec3[istream.rvalue]{Rvalue stream extraction}

\indexlibrary{\idxcode{operator\shl}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shl}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{basic_istream}}%
\indexlibrary{\idxcode{basic_istream}!\idxcode{operator\shr}}%
\begin{itemdecl}
template <class charT, class traits, class T>
basic_istream<charT, traits>&
Expand Down Expand Up @@ -6187,6 +6196,7 @@
\rSec4[ostream.inserters.arithmetic]{Arithmetic inserters}

\indexlibrary{\idxcode{operator\shl}!\idxcode{basic_ostream}}%
\indexlibrary{\idxcode{basic_ostream}!\idxcode{operator\shl}}%
\begin{itemdecl}
operator<<(bool val);
operator<<(short val);
Expand Down Expand Up @@ -6315,6 +6325,7 @@
\rSec4[ostream.inserters]{\tcode{basic_ostream::operator\shl}}

\indexlibrary{\idxcode{operator\shl}!\idxcode{basic_ostream}}%
\indexlibrary{\idxcode{basic_ostream}!\idxcode{operator\shl}}%
\begin{itemdecl}
basic_ostream<charT,traits>& operator<<
(basic_ostream<charT,traits>& (*pf)(basic_ostream<charT,traits>&));
Expand Down
18 changes: 16 additions & 2 deletions source/numerics.tex
Original file line number Diff line number Diff line change
Expand Up @@ -812,7 +812,8 @@
\tcode{rhs.real() != lhs.real() || rhs.imag() != lhs.imag()}.
\end{itemdescr}

\indexlibrary{operator>>@\tcode{operator\shr}!\idxcode{complex}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{complex}}%
\indexlibrary{\idxcode{complex}!\idxcode{operator\shr}}%
\begin{itemdecl}
template<class T, class charT, class traits>
basic_istream<charT, traits>&
Expand Down Expand Up @@ -855,7 +856,8 @@
the same for each of the simpler extractions.
\end{itemdescr}

\indexlibrary{operator<<@\tcode{operator\shl}!\idxcode{complex}}%
\indexlibrary{\idxcode{operator\shl}!\idxcode{complex}}%
\indexlibrary{\idxcode{complex}!\idxcode{operator\shl}}%
\begin{itemdecl}
template<class T, class charT, class traits>
basic_ostream<charT, traits>&
Expand Down Expand Up @@ -7230,7 +7232,9 @@
\indexlibrary{\idxcode{operator\&=}!\idxcode{valarray}}%
\indexlibrary{\idxcode{operator"|=}!\idxcode{valarray}}%
\indexlibrary{\idxcode{operator\shl=}!\idxcode{valarray}}%
\indexlibrary{\idxcode{valarray}!\idxcode{operator\shl=}}%
\indexlibrary{\idxcode{operator\shr=}!\idxcode{valarray}}%
\indexlibrary{\idxcode{valarray}!\idxcode{operator\shr=}}%
\begin{itemdecl}
valarray& operator*= (const valarray&);
valarray& operator/= (const valarray&);
Expand Down Expand Up @@ -7492,7 +7496,9 @@
\indexlibrary{\idxcode{operator\&}!\idxcode{valarray}}%
\indexlibrary{\idxcode{operator"|}!\idxcode{valarray}}%
\indexlibrary{\idxcode{operator\shl}!\idxcode{valarray}}%
\indexlibrary{\idxcode{valarray}!\idxcode{operator\shl}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{valarray}}%
\indexlibrary{\idxcode{valarray}!\idxcode{operator\shr}}%
\indexlibrary{\idxcode{operator\&\&}!\idxcode{valarray}}%
\indexlibrary{\idxcode{operator"|"|}!\idxcode{valarray}}%
\begin{itemdecl}
Expand Down Expand Up @@ -7928,7 +7934,9 @@
\indexlibrary{\idxcode{operator\&=}!\idxcode{slice_array}}%
\indexlibrary{\idxcode{operator"|=}!\idxcode{slice_array}}%
\indexlibrary{\idxcode{operator\shl=}!\idxcode{slice_array}}%
\indexlibrary{\idxcode{slice_array}!\idxcode{operator\shl=}}%
\indexlibrary{\idxcode{operator\shr=}!\idxcode{slice_array}}%
\indexlibrary{\idxcode{slice_array}!\idxcode{operator\shr=}}%
\begin{itemdecl}
void operator*= (const valarray<T>&) const;
void operator/= (const valarray<T>&) const;
Expand Down Expand Up @@ -8214,7 +8222,9 @@
\indexlibrary{\idxcode{operator\&=}!\idxcode{gslice_array}}%
\indexlibrary{\idxcode{operator"|=}!\idxcode{gslice_array}}%
\indexlibrary{\idxcode{operator\shl=}!\idxcode{gslice_array}}%
\indexlibrary{\idxcode{gslice_array}!\idxcode{operator\shl=}}%
\indexlibrary{\idxcode{operator\shr=}!\idxcode{gslice_array}}%
\indexlibrary{\idxcode{gslice_array}!\idxcode{operator\shr=}}%
\begin{itemdecl}
void operator*= (const valarray<T>&) const;
void operator/= (const valarray<T>&) const;
Expand Down Expand Up @@ -8342,7 +8352,9 @@
\indexlibrary{\idxcode{operator\&=}!\idxcode{mask_array}}%
\indexlibrary{\idxcode{operator"|=}!\idxcode{mask_array}}%
\indexlibrary{\idxcode{operator\shl=}!\idxcode{mask_array}}%
\indexlibrary{\idxcode{mask_array}!\idxcode{operator\shl=}}%
\indexlibrary{\idxcode{operator\shr=}!\idxcode{mask_array}}%
\indexlibrary{\idxcode{mask_array}!\idxcode{operator\shr=}}%
\begin{itemdecl}
void operator*= (const valarray<T>&) const;
void operator/= (const valarray<T>&) const;
Expand Down Expand Up @@ -8487,7 +8499,9 @@
\indexlibrary{\idxcode{operator\&=}!\idxcode{indirect_array}}%
\indexlibrary{\idxcode{operator"|=}!\idxcode{indirect_array}}%
\indexlibrary{\idxcode{operator\shl=}!\idxcode{indirect_array}}%
\indexlibrary{\idxcode{indirect_array}!\idxcode{operator\shl=}}%
\indexlibrary{\idxcode{operator\shr=}!\idxcode{indirect_array}}%
\indexlibrary{\idxcode{indirect_array}!\idxcode{operator\shr=}}%
\begin{itemdecl}
void operator*= (const valarray<T>&) const;
void operator/= (const valarray<T>&) const;
Expand Down
4 changes: 2 additions & 2 deletions source/regex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2527,8 +2527,8 @@
\end{itemdescr}

\indexlibrary{\idxcode{basic_ostream}}%
\indexlibrary{\idxcode{sub_match}!\idxcode{operator<<}}%
\indexlibrary{\idxcode{operator<<}!\idxcode{sub_match}}%
\indexlibrary{\idxcode{sub_match}!\idxcode{operator\shl}}%
\indexlibrary{\idxcode{operator\shl}!\idxcode{sub_match}}%
\begin{itemdecl}
template <class charT, class ST, class BiIter>
basic_ostream<charT, ST>&
Expand Down
22 changes: 14 additions & 8 deletions source/utilities.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2401,7 +2401,8 @@
\tcode{*this}.
\end{itemdescr}

\indexlibrary{operator<<=@\tcode{operator\shl=}!\idxcode{bitset}}%
\indexlibrary{\idxcode{operator\shl=}!\idxcode{bitset}}%
\indexlibrary{\idxcode{bitset}!\idxcode{operator\shl=}}%
\begin{itemdecl}
bitset<N>& operator<<=(size_t pos) noexcept;
\end{itemdecl}
Expand All @@ -2426,7 +2427,8 @@
\tcode{*this}.
\end{itemdescr}

\indexlibrary{operator>>=@\tcode{operator\shr=}!\idxcode{bitset}}%
\indexlibrary{\idxcode{operator\shr=}!\idxcode{bitset}}%
\indexlibrary{\idxcode{bitset}!\idxcode{operator\shr=}}%
\begin{itemdecl}
bitset<N>& operator>>=(size_t pos) noexcept;
\end{itemdecl}
Expand Down Expand Up @@ -2771,7 +2773,8 @@
\returns \tcode{count() == 0}
\end{itemdescr}

\indexlibrary{operator<<@\tcode{operator\shl}!\idxcode{bitset}}%
\indexlibrary{\idxcode{operator\shl}!\idxcode{bitset}}%
\indexlibrary{\idxcode{bitset}!\idxcode{operator\shl}}%
\begin{itemdecl}
bitset<N> operator<<(size_t pos) const noexcept;
\end{itemdecl}
Expand All @@ -2782,7 +2785,8 @@
\tcode{bitset<N>(*this) \shl= pos}.
\end{itemdescr}

\indexlibrary{operator>>@\tcode{operator\shr}!\idxcode{bitset}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{bitset}}%
\indexlibrary{\idxcode{bitset}!\idxcode{operator\shr}}%
\begin{itemdecl}
bitset<N> operator>>(size_t pos) const noexcept;
\end{itemdecl}
Expand Down Expand Up @@ -2893,7 +2897,8 @@
\tcode{bitset<N>(lhs) \^{}= rhs}.
\end{itemdescr}

\indexlibrary{operator>>@\tcode{operator\shr}!\idxcode{bitset}}%
\indexlibrary{\idxcode{operator\shr}!\idxcode{bitset}}%
\indexlibrary{\idxcode{bitset}!\idxcode{operator\shr}}%
\begin{itemdecl}
template <class charT, class traits, size_t N>
basic_istream<charT, traits>&
Expand Down Expand Up @@ -2938,7 +2943,8 @@
\tcode{is}.
\end{itemdescr}

\indexlibrary{operator<<@\tcode{operator\shl}!\idxcode{bitset}}%
\indexlibrary{\idxcode{operator\shl}!\idxcode{bitset}}%
\indexlibrary{\idxcode{bitset}!\idxcode{operator\shl}}%
\begin{itemdecl}
template <class charT, class traits, size_t N>
basic_ostream<charT, traits>&
Expand Down Expand Up @@ -6422,8 +6428,8 @@

\rSec4[util.smartptr.shared.io]{\tcode{shared_ptr} I/O}

\indexlibrary{\idxcode{operator<<}!\idxcode{shared_ptr}}%
\indexlibrary{\idxcode{shared_ptr}!\idxcode{operator<<}}%
\indexlibrary{\idxcode{operator\shl}!\idxcode{shared_ptr}}%
\indexlibrary{\idxcode{shared_ptr}!\idxcode{operator\shl}}%
\begin{itemdecl}
template<class E, class T, class Y>
basic_ostream<E, T>& operator<< (basic_ostream<E, T>& os, shared_ptr<Y> const& p);
Expand Down