File tree 5 files changed +14
-14
lines changed
5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3369
3369
\requires \tcode {I < N}. The program is ill-formed if \tcode {I} is out of bounds.
3370
3370
3371
3371
\pnum
3372
- \returns A reference to the \tcode {I}th element of \tcode {a},
3372
+ \returns A reference to the $ \tcode {I}^ \text {th} $ element of \tcode {a},
3373
3373
where indexing is zero-based.
3374
3374
\end {itemdescr }
3375
3375
Original file line number Diff line number Diff line change 4568
4568
value
4569
4569
\tcode {static_cast<part>(p.field[i])}
4570
4570
determines the
4571
- \tcode {i}th
4571
+ $ \tcode {i}^ \text {th} $
4572
4572
component of the format\footnote {An array of
4573
4573
\tcode {char},
4574
4574
rather than an array of
Original file line number Diff line number Diff line change 9243
9243
\pnum
9244
9244
\begin {note }
9245
9245
The difference between \tcode {exclusive_scan} and \tcode {inclusive_scan} is
9246
- that \tcode {exclusive_scan} excludes the \tcode {i}th input element from the
9247
- \tcode {i}th sum. If \tcode {binary_op} is not mathematically associative, the
9246
+ that \tcode {exclusive_scan} excludes the $ i^ \text {th} $ input element from the
9247
+ $ i^ \text {th} $ sum. If \tcode {binary_op} is not mathematically associative, the
9248
9248
behavior of \tcode {exclusive_scan} may be nondeterministic.
9249
9249
\end {note }
9250
9250
\end {itemdescr }
9349
9349
\pnum
9350
9350
\begin {note }
9351
9351
The difference between \tcode {exclusive_scan} and \tcode {inclusive_scan} is
9352
- that \tcode {inclusive_scan} includes the \tcode {i}th input element in the
9353
- \tcode {i}th sum. If \tcode {binary_op} is not mathematically associative, the
9352
+ that \tcode {inclusive_scan} includes the $ i^ \text {th} $ input element in the
9353
+ $ i^ \text {th} $ sum. If \tcode {binary_op} is not mathematically associative, the
9354
9354
behavior of \tcode {inclusive_scan} may be nondeterministic.
9355
9355
\end {note }
9356
9356
\end {itemdescr }
Original file line number Diff line number Diff line change 4773
4773
the class template followed by the template argument list of
4774
4774
the partial specialization enclosed in
4775
4775
\tcode {<>} (or an equivalent template alias specialization).
4776
- If the \textit { n }th template parameter is
4777
- a template parameter pack, the \textit { n }th template argument is a pack
4776
+ If the $ n^ \text {th} $ template parameter is
4777
+ a template parameter pack, the $ n^ \text {th} $ template argument is a pack
4778
4778
expansion\iref {temp.variadic } whose pattern is the name of
4779
4779
the template parameter pack.
4780
4780
\end {itemize }
4781
4781
4782
4782
\pnum
4783
4783
The template argument list of a primary template is a
4784
4784
template argument list in which the
4785
- \textit { n }th
4785
+ $ n^ \text {th} $
4786
4786
template argument has the value of the
4787
- \textit { n }th
4787
+ $ n^ \text {th} $
4788
4788
template parameter of the class template.
4789
- If the \textit { n }th template parameter is a template
4790
- parameter pack\iref {temp.variadic }, the \textit { n }th template argument is a pack
4789
+ If the $ n^ \text {th} $ template parameter is a template
4790
+ parameter pack\iref {temp.variadic }, the $ n^ \text {th} $ template argument is a pack
4791
4791
expansion\iref {temp.variadic } whose pattern is the name of
4792
4792
the template parameter pack.
4793
4793
Original file line number Diff line number Diff line change 1800
1800
1801
1801
\pnum
1802
1802
\ctype \tcode{TI} is the
1803
- type of the \tcode{I}th element of \tcode{Types},
1803
+ type of the $ \tcode{I}^\text{th}$ element of \tcode{Types},
1804
1804
where indexing is zero-based.
1805
1805
\end{itemdescr}
1806
1806
1893
1893
The program is ill-formed if \tcode{I} is out of bounds.
1894
1894
1895
1895
\pnum
1896
- \returns A reference to the \tcode{I}th element of \tcode{t}, where
1896
+ \returns A reference to the $ \tcode{I}^\text{th}$ element of \tcode{t}, where
1897
1897
indexing is zero-based.
1898
1898
1899
1899
\pnum
You can’t perform that action at this time.
0 commit comments