CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
is_totally_ordered.hpp File Reference

Go to the source code of this file.

Classes

struct  CeresEngine::traits::is_totally_ordered< T, class >
 A C++17 type trait equivalent to the C++20 totally_ordered concept. More...
 

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::totally_ordered
 

Variables

template<class T >
bool constexpr CeresEngine::traits::is_totally_ordered_v = is_totally_ordered<T>::value
 A C++17 type trait equivalent to the C++20 totally_ordered concept.