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 2996
2996
named by \tcode {completion_signatures_of_t<child-type<Sndr>, env_of_t<Rcvr>>}.
2997
2997
Let \exposid {as-tuple} be an alias template
2998
2998
that 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...>}.
3000
3000
Then \tcode {variant_t} denotes
3001
3001
the type \tcode {variant<monostate, \exposid {as-tuple}<Sigs>...>},
3002
3002
except with duplicate types removed.
4164
4164
\pnum
4165
4165
The alias \tcode {values_tuple} denotes the type
4166
4166
\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>...>
4168
4168
\end {codeblock }
4169
4169
if that type is well-formed; otherwise, \tcode {tuple<>}.
4170
4170
4283
4283
return;
4284
4284
}
4285
4285
\end {codeblock }
4286
- if the expression \tcode {decayed-tuple<decltype(as)...>\{ as...\} }
4286
+ if the expression \tcode {\exposid { decayed-tuple} <decltype(as)...>\{ as...\} }
4287
4287
is potentially throwing;
4288
4288
otherwise, \tcode {o.emplace(\linebreak as...)}.
4289
4289
You can’t perform that action at this time.
0 commit comments