[tab:cpp17.equalitycomparable] (original) (raw)
a == b
decltype(a == b) models boolean-testable
== is an equivalence relation, that is, it has the following properties:
a == b
decltype(a == b) models boolean-testable
== is an equivalence relation, that is, it has the following properties: