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 29962996named by \tcode {completion_signatures_of_t<child-type<Sndr>, env_of_t<Rcvr>>}.
29972997Let \exposid {as-tuple} be an alias template
29982998that transforms a completion signature \tcode {Tag(Args...)} into
2999- the tuple specialization \tcode {decayed-tuple<Tag, Args...>}.
2999+ the tuple specialization \tcode {\exposid { decayed-tuple} <Tag, Args...>}.
30003000Then \tcode {variant_t} denotes
30013001the type \tcode {variant<monostate, \exposid {as-tuple}<Sigs>...>},
30023002except with duplicate types removed.
41644164\pnum
41654165The alias \tcode {values_tuple} denotes the type
41664166\begin {codeblock }
4167- tuple<value_types_of_t<Sndrs, env_of_t<Rcvr>, decayed-tuple, optional>...>
4167+ tuple<value_types_of_t<Sndrs, env_of_t<Rcvr>, @ \exposid { decayed-tuple}@ , optional>...>
41684168\end {codeblock }
41694169if that type is well-formed; otherwise, \tcode {tuple<>}.
41704170
42834283 return;
42844284}
42854285\end {codeblock }
4286- if the expression \tcode {decayed-tuple<decltype(as)...>\{ as...\} }
4286+ if the expression \tcode {\exposid { decayed-tuple} <decltype(as)...>\{ as...\} }
42874287is potentially throwing;
42884288otherwise, \tcode {o.emplace(\linebreak as...)}.
42894289
You can’t perform that action at this time.
0 commit comments