VCCC  2024.05
VisualCamp Common C++ library
totally_ordered< T > 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< T >:

Detailed Description

template<typename T>
struct vccc::totally_ordered< T >

The concept totally_ordered specifies that the comparison operators ==,!=,<,>,<=,>= on a type yield results consistent with a strict total order on the type.

See also
std::totally_ordered
totally_ordered_with

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