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 19271927
19281928\begin {itemdescr }
19291929\pnum
1930- Let \tcode {I} be the pack \tcode {0, 1, ... , (sizeof...(Types) - 1)}.\newline
1930+ Let \tcode {I} be the pack \tcode {0, 1, $ \dotsc $ , (sizeof...(Types) - 1)}.\newline
19311931Let \tcode {\exposid {FWD}(u)} be \tcode {static_cast<decltype(u)>(u)}.
19321932
19331933\pnum
20162016
20172017\begin {itemdescr }
20182018\pnum
2019- Let \tcode {I} be the pack \tcode {0, 1, \ldots , (sizeof...(Types) - 1)}.
2019+ Let \tcode {I} be the pack \tcode {0, 1, $ \dotsc $ , (sizeof...(Types) - 1)}.
20202020
20212021\pnum
20222022\constraints
26862686\pnum
26872687\remarks
26882688Let \tcode {I} be the pack
2689- \tcode {0, 1, ... , (tuple_size_v<remove_reference_t<Tuple>> - 1)}.
2689+ \tcode {0, 1, $ \dotsc $ , (tuple_size_v<remove_reference_t<Tuple>> - 1)}.
26902690The exception specification is equivalent to:
26912691\begin {codeblock }
26922692noexcept(invoke(std::forward<F>(f), get<I>(std::forward<Tuple>(t))...))
You can’t perform that action at this time.
0 commit comments