We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9fd49 commit 1b4da01Copy full SHA for 1b4da01
source/containers.tex
@@ -1511,11 +1511,7 @@
1511
1512
\pnum
1513
The phrase ``equivalence of keys'' means the equivalence relation imposed by the
1514
-comparison and
1515
-\textit{not}
1516
-the
1517
-\tcode{operator==}
1518
-on keys.
+comparison object.
1519
That is, two keys
1520
\tcode{k1}
1521
and
@@ -1524,6 +1520,9 @@
1524
comparison object
1525
\tcode{comp},
1526
1522
\tcode{comp(k1, k2) == false \&\& comp(k2, k1) == false}.
1523
+\begin{note}
+This is not necessarily the same as the result of \tcode{k1 == k2}.
+\end{note}
1527
For any two keys
1528
1529
0 commit comments