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 895e938 commit c3bd02aCopy full SHA for c3bd02a
source/meta.tex
@@ -6183,7 +6183,7 @@
6183
\indexlibraryglobal{reflect_function}%
6184
\begin{itemdecl}
6185
template<class T>
6186
- consteval info reflect_function(T& expr);
+ consteval info reflect_function(T& fn);
6187
\end{itemdecl}
6188
6189
\begin{itemdescr}
@@ -6198,7 +6198,7 @@
6198
\pnum
6199
\throws
6200
\tcode{meta::exception} unless
6201
-\tcode{expr} is suitable for use as a constant template argument
+\tcode{fn} is suitable for use as a constant template argument
6202
for a constant template parameter of type \tcode{T\&}\iref{temp.arg.nontype}.
6203
\end{itemdescr}
6204
0 commit comments