![]() |
VCCC
2024.05
VisualCamp Common C++ library
|
#include <type_traits>
#include "vccc/__concepts/equality_comparable.hpp"
#include "vccc/__concepts/partially_ordered_with.hpp"
#include "vccc/__type_traits/common_reference.hpp"
#include "vccc/__type_traits/conjunction.hpp"
Go to the source code of this file.
Classes | |
struct | totally_ordered< T > |
specifies that the comparison operators on the type yield a total order More... | |
struct | totally_ordered_with< T, U > |
specifies that the comparison operators on the type yield a total order More... | |
Namespaces | |
vccc | |