Skip to content
Open
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
6 changes: 3 additions & 3 deletions source/meta.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3021,7 +3021,7 @@
consteval bool is_function_parameter(info r);
consteval bool is_explicit_object_parameter(info r);
consteval bool has_default_argument(info r);
consteval bool has_ellipsis_parameter(info r);
consteval bool is_vararg_function(info r);

consteval bool is_template(info r);
consteval bool is_function_template(info r);
Expand Down Expand Up @@ -4675,9 +4675,9 @@
Otherwise, \tcode{false}.
\end{itemdescr}

\indexlibraryglobal{has_ellipsis_parameter}%
\indexlibraryglobal{is_vararg_function}%
\begin{itemdecl}
consteval bool has_ellipsis_parameter(info r);
consteval bool is_vararg_function(info r);
\end{itemdecl}

\begin{itemdescr}
Expand Down
Loading