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