![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
The partially_ordered_with
specifies that a value of type T
and a value of type U
can be compared in a partial order with each other (in either order) using <
, >
, <=
, and >=
, and the results of the comparisons are consistent.