![]() |
Gaia-ECS v0.9.3
A simple and powerful entity component system
|
Detects whether T defines operator== as a member function.
More...
#include <utility.h>
Static Public Attributes | |
| static constexpr bool | value = decltype(detail::has_mfunc_equals_check<T>(0))::value |
| True when the member equality operator probe succeeds. | |
Detects whether T defines operator== as a member function.
| T | Type to inspect. |