PlayRho  2.0.0
An interactive physics engine & library.
playrho::detail::IsEqualityComparable< T1, T2, class > Struct Template Reference

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

#include <playrho/detail/Templates.hpp>

Inheritance diagram for playrho::detail::IsEqualityComparable< T1, T2, class >:
[legend]
Collaboration diagram for playrho::detail::IsEqualityComparable< T1, T2, class >:
[legend]

Detailed Description

template<class T1, class T2, class = void>
struct playrho::detail::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" named requirement.
See also
https://en.cppreference.com/w/cpp/named_req/EqualityComparable

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