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