cpp/named req/EqualityComparable
From cppreference.com
Template:cpp/concept/title Template:cpp/concept/sidebar The type must work with == operator and the result should have standard semantics.
Requirements
Expression | Requirements | Return type |
---|---|---|
a == b
|
(equivalence relation) |
Template:cpp or a type implicitly convertible to Template:cpp |