File tree 1 file changed +8
-7
lines changed
1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 2157
2157
2158
2158
\begin{itemdescr}
2159
2159
\pnum
2160
- \remarks All specializations of \tcode{tuple_size<T> } shall meet the
2160
+ \remarks All specializations of \tcode{tuple_size} shall meet the
2161
2161
\tcode{UnaryTypeTrait} requirements~(\ref{meta.rqmts}) with a
2162
2162
base characteristic of \tcode{integral_constant<size_t, N>}
2163
2163
for some \tcode{N}.
2172
2172
\indexlibrary{\idxcode{tuple_element}}%
2173
2173
\begin{itemdecl}
2174
2174
template <size_t I, class... Types>
2175
- class tuple_element<I, tuple<Types...>> {
2176
- public:
2177
- using type = TI;
2178
- };
2175
+ class tuple_element<I, tuple<Types...>> {
2176
+ public:
2177
+ using type = TI;
2178
+ };
2179
2179
\end{itemdecl}
2180
2180
2181
2181
\begin{itemdescr}
4844
4844
\begin{itemdescr}
4845
4845
\pnum
4846
4846
\remarks
4847
- All specializations of \tcode{variant_size<T>} shall meet the
4848
- \tcode{UnaryTypeTrait} requirements~(\ref{meta.rqmts}) with a base characteristic of \tcode{integral_constant<size_t, N>} for some \tcode{N}.
4847
+ All specializations of \tcode{variant_size} shall meet the
4848
+ \tcode{UnaryTypeTrait} requirements~(\ref{meta.rqmts})
4849
+ with a base characteristic of \tcode{integral_constant<size_t, N>} for some \tcode{N}.
4849
4850
\end{itemdescr}
4850
4851
4851
4852
\indexlibrary{\idxcode{variant_size}}%
You can’t perform that action at this time.
0 commit comments