![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
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.