CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
is_weakly_equality_comparable.hpp File Reference
#include <type_traits>

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Concepts

concept  CeresEngine::traits::weakly_equality_comparable
 

Variables

template<class T , class U >
bool constexpr CeresEngine::traits::is_weakly_equality_comparable_v = is_weakly_equality_comparable<T, U>::value
 A C++17 type trait equivalent to the C++20 weakly_equality_comparable concept.