CeresEngine 0.2.0
A game development framework
Loading...
Searching...
No Matches
CeresEngine::traits::is_equality_comparable_with< T, U, class > Struct Template Reference

A C++17 type trait equivalent to the C++20 equality_comparable_with concept. More...

#include <CeresEngine/Foundation/Traits/is_equality_comparable_with.hpp>

Inheritance diagram for CeresEngine::traits::is_equality_comparable_with< T, U, class >:

Detailed Description

template<class T, class U, class = void>
struct CeresEngine::traits::is_equality_comparable_with< T, U, class >

A C++17 type trait equivalent to the C++20 equality_comparable_with concept.


The documentation for this struct was generated from the following file: