|
6829 | 6829 | \begin{itemdescr}
|
6830 | 6830 | \pnum
|
6831 | 6831 | \returns
|
6832 |
| -\tcode{rank_v<T>}, |
6833 |
| -where \tcode{T} is the type represented by \tcode{dealias(type)}. |
| 6832 | +\tcode{rank_v<$T$>}, |
| 6833 | +where $T$ is the type represented by \tcode{dealias(type)}. |
6834 | 6834 | \end{itemdescr}
|
6835 | 6835 |
|
6836 | 6836 | \indexlibraryglobal{extent}%
|
|
6841 | 6841 | \begin{itemdescr}
|
6842 | 6842 | \pnum
|
6843 | 6843 | \returns
|
6844 |
| -\tcode{extent_v<T, I>}, |
6845 |
| -where \tcode{T} is the type represented by \tcode{dealias(type)} |
6846 |
| -and \tcode{I} is a constant equal to \tcode{i}. |
| 6844 | +\tcode{extent_v<$T$, $I$>}, |
| 6845 | +where $T$ is the type represented by \tcode{dealias(type)} |
| 6846 | +and $I$ is a constant equal to \tcode{i}. |
6847 | 6847 | \end{itemdescr}
|
6848 | 6848 |
|
6849 | 6849 | \indexlibraryglobal{tuple_size}%
|
|
6854 | 6854 | \begin{itemdescr}
|
6855 | 6855 | \pnum
|
6856 | 6856 | \returns
|
6857 |
| -\tcode{tuple_size_v<T>}, |
6858 |
| -where \tcode{T} is the type represented by \tcode{dealias(type)}. |
| 6857 | +\tcode{tuple_size_v<$T$>}, |
| 6858 | +where $T$ is the type represented by \tcode{dealias(type)}. |
6859 | 6859 | \end{itemdescr}
|
6860 | 6860 |
|
6861 | 6861 | \indexlibraryglobal{tuple_element}%
|
|
6867 | 6867 | \pnum
|
6868 | 6868 | \returns
|
6869 | 6869 | A reflection representing
|
6870 |
| -the type denoted by \tcode{tuple_element_t<$I$, T>}, |
6871 |
| -where \tcode{T} is the type represented by \tcode{dealias(type)}, |
| 6870 | +the type denoted by \tcode{tuple_element_t<$I$, $T$>}, |
| 6871 | +where $T$ is the type represented by \tcode{dealias(type)} |
6872 | 6872 | and $I$ is a constant equal to \tcode{index}.
|
6873 | 6873 | \end{itemdescr}
|
6874 | 6874 |
|
|
6880 | 6880 | \begin{itemdescr}
|
6881 | 6881 | \pnum
|
6882 | 6882 | \returns
|
6883 |
| -\tcode{variant_size_v<T>}, |
6884 |
| -where \tcode{T} is the type represented by \tcode{dealias(type)}. |
| 6883 | +\tcode{variant_size_v<$T$>}, |
| 6884 | +where $T$ is the type represented by \tcode{dealias(type)}. |
6885 | 6885 | \end{itemdescr}
|
6886 | 6886 |
|
6887 | 6887 | \indexlibraryglobal{variant_alternative}%
|
|
6893 | 6893 | \pnum
|
6894 | 6894 | \returns
|
6895 | 6895 | A reflection representing the type denoted by
|
6896 |
| -\tcode{variant_alternative_t<\brk{}$I$, T>}, |
6897 |
| -where \tcode{T} is the type represented by \tcode{dealias(type)} |
| 6896 | +\tcode{variant_alternative_t<$I$, $T$>}, |
| 6897 | +where $T$ is the type represented by \tcode{dealias(type)} |
6898 | 6898 | and $I$ is a constant equal to \tcode{index}.
|
6899 | 6899 | \end{itemdescr}
|
6900 | 6900 |
|
|
6906 | 6906 | \begin{itemdescr}
|
6907 | 6907 | \pnum
|
6908 | 6908 | \returns
|
6909 |
| -\tcode{type_order_v<T1, T2>}, |
6910 |
| -where \tcode{T1} and \tcode{T2} are the types |
| 6909 | +\tcode{type_order_v<$T_1$, $T_2$>}, |
| 6910 | +where $T_1$ and $T_2$ are the types |
6911 | 6911 | represented by \tcode{dealias(t1)} and \tcode{dealias(t2)}, respectively.
|
6912 | 6912 | \end{itemdescr}
|
6913 | 6913 |
|
|
0 commit comments