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

Go to the source code of this file.

Classes

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

Namespaces

namespace  CeresEngine
 
namespace  CeresEngine::traits
 

Variables

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