@@ -15247,11 +15247,12 @@
15247
15247
\begin{itemize}
15248
15248
\item \tcode{g} is a value of the result of a \tcode{not_fn} invocation,
15249
15249
\item \tcode{FD} is the type \tcode{decay_t<F>},
15250
- \item \tcode{fd} is a target object of \tcode{g}\iref{func.def}
15250
+ \item \tcode{fd} is the target object of \tcode{g}\iref{func.def}
15251
15251
of type \tcode{FD},
15252
- initialized with initializer \tcode{(std::forward<F>(f))},
15252
+ initialized with
15253
+ the \grammarterm{initializer} \tcode{(std::forward<F>(f\brk{}))}\iref{dcl.init},
15253
15254
\item \tcode{call_args} is an argument pack
15254
- used in a function call expression of \tcode{g}.
15255
+ used in a function call expression\iref{expr.call} of \tcode{g}.
15255
15256
\end{itemize}
15256
15257
15257
15258
\pnum
@@ -15287,17 +15288,19 @@
15287
15288
\begin{itemize}
15288
15289
\item \tcode{g} is a value of the result of a \tcode{bind_front} invocation,
15289
15290
\item \tcode{FD} is the type \tcode{decay_t<F>},
15290
- \item \tcode{fd} is a target object of \tcode{g}\iref{func.def}
15291
- of type \tcode{FD} initialized with initializer \tcode{(std::forward<F>(f))},
15291
+ \item \tcode{fd} is the target object of \tcode{g}\iref{func.def}
15292
+ of type \tcode{FD} initialized with
15293
+ the \grammarterm{initializer} \tcode{(std::forward<F>(\brk{}f))}\iref{dcl.init},
15292
15294
\item \tcode{BoundArgs} is a pack of types
15293
15295
equivalent to \tcode{\placeholdernc{DECAY_UNWRAP}(Args)...},
15294
15296
\item \tcode{bound_args} is
15295
15297
a pack of bound argument entities of \tcode{g}\iref{func.def}
15296
15298
of types \tcode{BoundArgs...},
15297
- initialized with initializers \tcode{(std::forward<Args>(args))...},
15299
+ initialized with
15300
+ \grammarterm{initializer}{s} \tcode{(std::forward<Args>(args))...},
15298
15301
respectively,
15299
15302
\item \tcode{call_args} is an argument pack used in
15300
- a function call expression of \tcode{g},
15303
+ a function call expression\iref{expr.call} of \tcode{g},
15301
15304
\end{itemize}
15302
15305
where \tcode{\placeholdernc{DECAY_UNWRAP}(T)} is determined as follows:
15303
15306
Let \tcode{U} be \tcode{decay_t<T>}.
0 commit comments