| 
    CeresEngine 0.2.0
    
   A game development framework 
   | 
 
#include "CeresEngine/Foundation/Traits/is_equality_comparable.hpp"#include "CeresEngine/Foundation/Traits/is_equality_comparable_with.hpp"#include "CeresEngine/Foundation/Traits/is_partially_ordered_with.hpp"#include "CeresEngine/Foundation/Traits/is_totally_ordered.hpp"#include "CeresEngine/Foundation/Traits/is_weakly_equality_comparable.hpp"#include <type_traits>Go to the source code of this file.
Classes | |
| struct | CeresEngine::traits::is_totally_ordered_with< T, U, class > | 
| A C++17 type trait equivalent to the C++20 totally_ordered_with concept.  More... | |
Namespaces | |
| namespace | CeresEngine | 
| namespace | CeresEngine::traits | 
Concepts | |
| concept | CeresEngine::traits::totally_ordered_with | 
Variables | |
| template<class T , class U > | |
| bool constexpr | CeresEngine::traits::is_totally_ordered_with_v = is_totally_ordered_with<T, U>::value | 
| A C++17 type trait equivalent to the C++20 totally_ordered_with concept.     | |