VCCC  2024.05
VisualCamp Common C++ library
partially_ordered_with< T, U > Struct Template Reference

#include </home/jarvis/actions-runner/jarvis-vccc-2/_work/vccc/vccc/include/vccc/__concepts/partially_ordered_with.hpp>

+ Inheritance diagram for partially_ordered_with< T, U >:

Detailed Description

template<typename T, typename U>
struct vccc::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.


The documentation for this struct was generated from the following file: