|
3760 | 3760 | Otherwise, \tcode{true}.
|
3761 | 3761 | \item
|
3762 | 3762 | Otherwise, if \tcode{r} represents a type alias,
|
3763 |
| - then \tcode{!has_template_arguments(s)}. |
| 3763 | + then \tcode{!has_template_arguments(r)}. |
3764 | 3764 | \item
|
3765 | 3765 | Otherwise, if \tcode{r} represents an
|
3766 | 3766 | enumerator,
|
|
3906 | 3906 |
|
3907 | 3907 | \indexlibraryglobal{type_of}%
|
3908 | 3908 | \begin{itemdecl}
|
3909 |
| -consteval bool type_of(info r); |
| 3909 | +consteval info type_of(info r); |
3910 | 3910 | \end{itemdecl}
|
3911 | 3911 |
|
3912 | 3912 | \begin{itemdescr}
|
|
4150 | 4150 | Otherwise, \tcode{false}.
|
4151 | 4151 | \end{itemdescr}
|
4152 | 4152 |
|
4153 |
| -\indexlibraryglobal{is_used_provided}% |
| 4153 | +\indexlibraryglobal{is_user_provided}% |
4154 | 4154 | \indexlibraryglobal{is_user_declared}%
|
4155 | 4155 | \begin{itemdecl}
|
4156 | 4156 | consteval bool is_user_provided(info r);
|
|
4332 | 4332 | Otherwise, \tcode{false}.
|
4333 | 4333 | \end{itemdescr}
|
4334 | 4334 |
|
4335 |
| -\indexlibraryglobal{is_copmlete_type}% |
| 4335 | +\indexlibraryglobal{is_complete_type}% |
4336 | 4336 | \begin{itemdecl}
|
4337 | 4337 | consteval bool is_complete_type(info r);
|
4338 | 4338 | \end{itemdecl}
|
|
4799 | 4799 | \tcode{has_parent(r)} is \tcode{true}.
|
4800 | 4800 | \end{itemdescr}
|
4801 | 4801 |
|
4802 |
| -\indexlibraryglobal{delias}% |
| 4802 | +\indexlibraryglobal{dealias}% |
4803 | 4803 | \begin{itemdecl}
|
4804 | 4804 | consteval info dealias(info r);
|
4805 | 4805 | \end{itemdecl}
|
|
5386 | 5386 | \pnum
|
5387 | 5387 | \throws
|
5388 | 5388 | \tcode{meta::exception} unless
|
5389 |
| -\tcode{bases_of(r, access:context::unchecked())} |
| 5389 | +\tcode{bases_of(r, access_context::unchecked())} |
5390 | 5390 | is a constant subexpression.
|
5391 | 5391 | \end{itemdescr}
|
5392 | 5392 |
|
|
5604 | 5604 | \pnum
|
5605 | 5605 | \returns
|
5606 | 5606 | A \tcode{vector} containing each element \tcode{e} of \tcode{members_of(type, ctx)}
|
5607 |
| -such that \tcode{is_nonstatic_data_members_of(e)} is \tcode{true}, |
| 5607 | +such that \tcode{is_nonstatic_data_member(e)} is \tcode{true}, |
5608 | 5608 | preserving their order.
|
5609 | 5609 |
|
5610 | 5610 | \pnum
|
|
6054 | 6054 |
|
6055 | 6055 | \pnum
|
6056 | 6056 | \begin{note}
|
6057 |
| -If forming \tcode{Z<[:Args:]...>} leads to a failure outside of the immedaite context, |
| 6057 | +If forming \tcode{Z<[:Args:]...>} leads to a failure outside of the immediate context, |
6058 | 6058 | the program is ill-formed.
|
6059 | 6059 | \end{note}
|
6060 | 6060 |
|
|
0 commit comments