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 4393
4393
A \tcode {vector} containing reflections
4394
4394
of the template arguments
4395
4395
of the template specialization represented by \tcode {r},
4396
- in the order they appear in the corresponding template argument list.
4396
+ in the order in which they appear in the corresponding template argument list.
4397
4397
For a given template argument $ A$ ,
4398
4398
its corresponding reflection $ R$ is determined as follows:
4399
4399
\begin {itemize }
4468
4468
\item
4469
4469
If \tcode {r} represents a function $ F$ ,
4470
4470
then a \tcode {vector} containing reflections of the parameters of $ F$ ,
4471
- in the order they appear in a declaration of $ F$ .
4471
+ in the order in which they appear in a declaration of $ F$ .
4472
4472
\item
4473
4473
Otherwise, \tcode {r} represents a function type $ T$ ;
4474
4474
a \tcode {vector} containing reflections of the types
4475
4475
in parameter-type-list\iref {dcl.fct } of $ T$ ,
4476
- in the order they appear in the parameter-type-list.
4476
+ in the order in which they appear in the parameter-type-list.
4477
4477
\end {itemize }
4478
4478
\end {itemdescr }
4479
4479
You can’t perform that action at this time.
0 commit comments