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

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

+ Inheritance diagram for totally_ordered_with< T, U >:

Detailed Description

template<typename T, typename U>
struct vccc::totally_ordered_with< T, U >

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.

See also
std::totally_ordered_with
totally_ordered

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