...one of the most highly regarded and expertly designed C++ library projects in the world. — Herb Sutter and Andrei Alexandrescu, C++ Coding Standards
...one of the most highly regarded and expertly designed C++ library projects in the world.
EqualityComparable
Equality Comparable types must have == and != operators.
==
!=
x
y
Equality test
x == y
Convertible to bool
Inequality test
x != y