File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2787
2787
a.size(). For \tcode {unordered_multiset} and \tcode {unordered_multimap},
2788
2788
the complexity of \tcode {operator==} is proportional to $ \sum E_i^2 $
2789
2789
in the average case and to $ N^2 $ in the worst case, where $ N$ is \tcode {a.size()},
2790
- and $ E_i$ is the size of the $ i^{th}$ equivalent-key group in \tcode {a}.
2790
+ and $ E_i$ is the size of the $ i^\text {th}$ equivalent-key group in \tcode {a}.
2791
2791
However, if the respective elements of each corresponding pair of
2792
2792
equivalent-key groups $ Ea_i$ and $ Eb_i$ are arranged in the same order
2793
2793
(as is commonly the case, e.g., if \tcode {a} and \tcode {b} are unmodified copies
Original file line number Diff line number Diff line change 9338
9338
\begin {note }
9339
9339
The difference between \tcode {transform_exclusive_scan} and
9340
9340
\tcode {transform_inclusive_scan} is that \tcode {transform_exclusive_scan}
9341
- excludes the ith input element from the ith sum. If \tcode {binary_op} is not
9341
+ excludes the $ i^ \text {th} $ input element from the $ i^ \text {th} $ sum. If \tcode {binary_op} is not
9342
9342
mathematically associative, the behavior of \tcode {transform_exclusive_scan}
9343
9343
may be nondeterministic. \tcode {transform_exclusive_scan} does not apply
9344
9344
\tcode {unary_op} to \tcode {init}.
9419
9419
\begin {note }
9420
9420
The difference between \tcode {transform_exclusive_scan} and
9421
9421
\tcode {transform_inclusive_scan} is that \tcode {transform_inclusive_scan}
9422
- includes the ith input element in the ith sum. If \tcode {binary_op} is not
9422
+ includes the $ i^ \text {th} $ input element in the $ i^ \text {th} $ sum. If \tcode {binary_op} is not
9423
9423
mathematically associative, the behavior of \tcode {transform_inclusive_scan}
9424
9424
may be nondeterministic. \tcode {transform_inclusive_scan} does not apply
9425
9425
\tcode {unary_op} to \tcode {init}.
Original file line number Diff line number Diff line change 4190
4190
4191
4191
\pnum
4192
4192
In the descriptions that follow, let $i$ be in the range \range{0}{sizeof...(Types)},
4193
- and $\tcode{T}_i$ be the $i^{th}$ type in \tcode{Types...}.
4193
+ and $\tcode{T}_i$ be the $i^\text {th}$ type in \tcode{Types...}.
4194
4194
4195
4195
\indexlibrary{\idxcode{variant}!constructor}%
4196
4196
\begin{itemdecl}
You can’t perform that action at this time.
0 commit comments