![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
Inheritance diagram for equality_comparable_with< T, U >:The concept vccc::equality_comparable_with specifies that the comparison operators == and != on (possibly mixed) T and U operands yield results consistent with equality. Comparing mixed operands yields results equivalent to comparing the operands converted to their common type.