File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 19541954
19551955\begin {itemdescr }
19561956\pnum
1957- Let \tcode {I} be the pack \tcode {0, 1, ... , (sizeof...(Types) - 1)}.\newline
1957+ Let \tcode {I} be the pack \tcode {0, 1, $ \dotsc $ , (sizeof...(Types) - 1)}.\newline
19581958Let \tcode {\exposid {FWD}(u)} be \tcode {static_cast<decltype(u)>(u)}.
19591959
19601960\pnum
20432043
20442044\begin {itemdescr }
20452045\pnum
2046- Let \tcode {I} be the pack \tcode {0, 1, \ldots , (sizeof...(Types) - 1)}.
2046+ Let \tcode {I} be the pack \tcode {0, 1, $ \dotsc $ , (sizeof...(Types) - 1)}.
20472047
20482048\pnum
20492049\constraints
27132713\pnum
27142714\remarks
27152715Let \tcode {I} be the pack
2716- \tcode {0, 1, ... , (tuple_size_v<remove_reference_t<Tuple>> - 1)}.
2716+ \tcode {0, 1, $ \dotsc $ , (tuple_size_v<remove_reference_t<Tuple>> - 1)}.
27172717The exception specification is equivalent to:
27182718\begin {codeblock }
27192719noexcept(invoke(std::forward<F>(f), get<I>(std::forward<Tuple>(t))...))
You can’t perform that action at this time.
0 commit comments