C + + Konzepte: EqualityComparable
Aus cppreference.com
![]() |
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
The type must work with == operator and the result should have standard semantics.
[Bearbeiten] Anforderungen
Expression | Requirements | Return type |
---|---|---|
a == b
|
|
bool or a type implicitly convertible to bool |