![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
Inheritance diagram for partially_ordered_with< T, U >: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.