playrho::IsEqualityComparable< T1, T2, class > Struct Template Reference

Template for determining if the given type is an equality comparable type. More...

#include <Templates.hpp>

Detailed Description

template<class T1, class T2, class = void>
struct playrho::IsEqualityComparable< T1, T2, class >

Template for determining if the given type is an equality comparable type.

Note
This isn't exactly the same as the "EqualityComparable" concept.
See also
http://en.cppreference.com/w/cpp/concept/EqualityComparable

Definition at line 281 of file Templates.hpp.


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