We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc94532 commit b660805Copy full SHA for b660805
source/containers.tex
@@ -13158,18 +13158,6 @@
13158
defined in \ref{associative.general}
13159
may appear in deduction guides for container adaptors.
13160
13161
-\pnum
13162
-The following exposition-only alias templates may appear in deduction guides
13163
-for container adaptors:
13164
-\begin{codeblock}
13165
-template<class Container>
13166
- using @\exposid{cont-key-type}@ = // \expos
13167
- remove_const_t<typename Container::value_type::first_type>;
13168
13169
- using @\exposid{cont-mapped-type}@ = // \expos
13170
- typename Container::value_type::second_type;
13171
-\end{codeblock}
13172
-
13173
\rSec2[queue.syn]{Header \tcode{<queue>} synopsis}
13174
13175
\indexheader{queue}
0 commit comments