![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
weakly_equality_comparable_with
specifies that an object of type T
and an object of type U
can be compared for equality with each other (in either order) using both ==
and !=
, and the results of the comparisons are consistent.