File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 2285
2285
\item \tcode {eq} denotes a possibly const value of type \tcode {key_equal},
2286
2286
\item \tcode {ke} is a value such that
2287
2287
\begin {itemize }
2288
- \item \tcode {eq(r1, ke) == eq(ke, r1)} with
2289
- \tcode {r1} the key value of \tcode {e} and \tcode {e} in \tcode {a_tran},
2288
+ \item \tcode {eq(r1, ke) == eq(ke, r1)}
2290
2289
\item \tcode {hf(r1) == hf(ke)} if \tcode {eq(r1, ke)} is \tcode {true}, and
2291
2290
\item \tcode {(eq(r1, ke) \&\& eq(r1, r2)) == eq(r2, ke)}
2292
2291
\end {itemize }
2293
- where \tcode {r2} is the key of an element in \tcode {a_tran},
2292
+ where \tcode {r1} and \tcode {r2} are keys of elements in \tcode {a_tran},
2294
2293
\item \tcode {n} denotes a value of type \tcode {size_type},
2295
2294
\item \tcode {z} denotes a value of type \tcode {float}, and
2296
2295
\item \tcode {nh} denotes a non-const rvalue of type \tcode {X::node_type}.
You can’t perform that action at this time.
0 commit comments