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 85f0b0e commit 9e9197bCopy full SHA for 9e9197b
source/meta.tex
@@ -8,9 +8,10 @@
8
These facilities are summarized in \tref{meta.summary}.
9
10
\begin{libsumtab}{Metaprogramming library summary}{meta.summary}
11
-\ref{intseq} & Integer sequences & \tcode{<utility>} \\ \rowsep
12
-\ref{type.traits} & Type traits & \tcode{<type_traits>} \\ \rowsep
13
-\ref{ratio} & Rational arithmetic & \tcode{<ratio>} \\
+\ref{intseq} & Integer sequences & \tcode{<utility>} \\ \rowsep
+\ref{type.traits} & Type traits & \tcode{<type_traits>} \\ \rowsep
+\ref{meta.reflection} & Reflection & \tcode{<meta>} \\ \rowsep
14
+\ref{ratio} & Rational arithmetic & \tcode{<ratio>} \\
15
\end{libsumtab}
16
17
\rSec1[intseq]{Compile-time integer sequences}
0 commit comments