@@ -14274,22 +14274,22 @@
14274
14274
\requires
14275
14275
\tcode{is_constructible_v<FD, F>} shall be \tcode{true}. For each $\tcode{T}_i$
14276
14276
in \tcode{BoundArgs}, \tcode{is_cons\-tructible_v<$\tcode{TD}_i$, $\tcode{T}_i$>} shall be \tcode{true}.
14277
- \tcode{\placeholdernc{INVOKE}(fd, $\tcode{w}_1$, $\tcode{w}_2$, \ldots ,
14277
+ \tcode{\placeholdernc{INVOKE}(fd, $\tcode{w}_1$, $\tcode{w}_2$, $\dotsc$ ,
14278
14278
$\tcode{w}_N$)}~(\ref{func.require}) shall be a valid expression for some
14279
- values $\tcode{w}_1$, $\tcode{w}_2$, \ldots , $\tcode{w}_N$, where
14279
+ values $\tcode{w}_1$, $\tcode{w}_2$, $\dotsc{}$ , $\tcode{w}_N$, where
14280
14280
$N$ has the value \tcode{sizeof...(bound_args)}.
14281
14281
The cv-qualifiers \cv{} of the call wrapper \tcode{g},
14282
14282
as specified below, shall be neither \tcode{volatile} nor \tcode{const volatile}.
14283
14283
14284
14284
\pnum\returns
14285
14285
A forwarding call wrapper \tcode{g}~(\ref{func.require}).
14286
- The effect of \tcode{g($\tcode{u}_1$, $\tcode{u}_2$, \ldots , $\tcode{u}_M$)} shall
14286
+ The effect of \tcode{g($\tcode{u}_1$, $\tcode{u}_2$, $\dotsc$ , $\tcode{u}_M$)} shall
14287
14287
be
14288
14288
\begin{codeblock}
14289
- @\placeholdernc{INVOKE}@(fd, std::forward<@$\tcode{V}_1$@>(@$\tcode{v}_1$@), std::forward<@$\tcode{V}_2$@>(@$\tcode{v}_2$@), @\ldots @, std::forward<@$\tcode{V}_N$@>(@$\tcode{v}_N$@))
14289
+ @\placeholdernc{INVOKE}@(fd, std::forward<@$\tcode{V}_1$@>(@$\tcode{v}_1$@), std::forward<@$\tcode{V}_2$@>(@$\tcode{v}_2$@), @$\dotsc$ @, std::forward<@$\tcode{V}_N$@>(@$\tcode{v}_N$@))
14290
14290
\end{codeblock}
14291
14291
where the values and types of the bound
14292
- arguments $\tcode{v}_1$, $\tcode{v}_2$, \ldots , $\tcode{v}_N$ are determined as specified below.
14292
+ arguments $\tcode{v}_1$, $\tcode{v}_2$, $\dotsc$ , $\tcode{v}_N$ are determined as specified below.
14293
14293
The copy constructor and move constructor of the forwarding call wrapper shall throw an
14294
14294
exception if and only if the corresponding constructor of \tcode{FD} or of any of the types
14295
14295
$\tcode{TD}_i$ throws an exception.
14316
14316
\requires
14317
14317
\tcode{is_constructible_v<FD, F>} shall be \tcode{true}. For each $\tcode{T}_i$
14318
14318
in \tcode{BoundArgs}, \tcode{is_con\-structible_v<$\tcode{TD}_i$, $\tcode{T}_i$>} shall be \tcode{true}.
14319
- \tcode{\placeholdernc{INVOKE}(fd, $\tcode{w}_1$, $\tcode{w}_2$, \ldots , $\tcode{w}_N$)} shall be a valid
14319
+ \tcode{\placeholdernc{INVOKE}(fd, $\tcode{w}_1$, $\tcode{w}_2$, $\dotsc$ , $\tcode{w}_N$)} shall be a valid
14320
14320
expression for some
14321
- values $\tcode{w}_1$, $\tcode{w}_2$, \ldots , $\tcode{w}_N$, where
14321
+ values $\tcode{w}_1$, $\tcode{w}_2$, $\dotsc$ , $\tcode{w}_N$, where
14322
14322
$N$ has the value \tcode{sizeof...(bound_args)}.
14323
14323
The cv-qualifiers \cv{} of the call wrapper \tcode{g},
14324
14324
as specified below, shall be neither \tcode{volatile} nor \tcode{const volatile}.
@@ -14327,12 +14327,12 @@
14327
14327
\returns
14328
14328
A forwarding call wrapper \tcode{g}~(\ref{func.require}).
14329
14329
The effect of
14330
- \tcode{g($\tcode{u}_1$, $\tcode{u}_2$, \ldots , $\tcode{u}_M$)} shall be
14330
+ \tcode{g($\tcode{u}_1$, $\tcode{u}_2$, $\dotsc$ , $\tcode{u}_M$)} shall be
14331
14331
\begin{codeblock}
14332
- @\placeholdernc{INVOKE}@<R>(fd, std::forward<@$\tcode{V}_1$@>(@$\tcode{v}_1$@), std::forward<@$\tcode{V}_2$@>(@$\tcode{v}_2$@), @\ldots @, std::forward<@$\tcode{V}_N$@>(@$\tcode{v}_N$@))
14332
+ @\placeholdernc{INVOKE}@<R>(fd, std::forward<@$\tcode{V}_1$@>(@$\tcode{v}_1$@), std::forward<@$\tcode{V}_2$@>(@$\tcode{v}_2$@), @$\dotsc$ @, std::forward<@$\tcode{V}_N$@>(@$\tcode{v}_N$@))
14333
14333
\end{codeblock}
14334
14334
where the values and types of the bound
14335
- arguments $\tcode{v}_1$, $\tcode{v}_2$, \ldots , $\tcode{v}_N$ are determined as specified below.
14335
+ arguments $\tcode{v}_1$, $\tcode{v}_2$, $\dotsc$ , $\tcode{v}_N$ are determined as specified below.
14336
14336
The copy constructor and move constructor of the forwarding call wrapper shall throw an
14337
14337
exception if and only if the corresponding constructor of \tcode{FD} or of any of the types
14338
14338
$\tcode{TD}_i$ throws an exception.
14350
14350
14351
14351
\pnum
14352
14352
\indextext{bound arguments}%
14353
- The values of the \techterm{bound arguments} $\tcode{v}_1$, $\tcode{v}_2$, \ldots , $\tcode{v}_N$ and their
14354
- corresponding types $\tcode{V}_1$, $\tcode{V}_2$, \ldots , $\tcode{V}_N$ depend on the
14353
+ The values of the \techterm{bound arguments} $\tcode{v}_1$, $\tcode{v}_2$, $\dotsc$ , $\tcode{v}_N$ and their
14354
+ corresponding types $\tcode{V}_1$, $\tcode{V}_2$, $\dotsc$ , $\tcode{V}_N$ depend on the
14355
14355
types $\tcode{TD}_i$ derived from
14356
14356
the call to \tcode{bind} and the
14357
14357
cv-qualifiers \cv{} of the call wrapper \tcode{g} as follows:
0 commit comments