Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Associative containers place a strict weak ordering requirement on their key comparison predicates [ISO/IEC 14882-2014]. A strict weak ordering has the following properties:

...

Bibliography

[ISO/IEC 14882-2014]

Subclause 23.2.4, "Associative Containers"

[Meyers 01]Item 21, "Always Have Comparison Functions Return False for Equal Values"
[Sutter 05]Item 83, "Use a Checked STL Implementation"

...