Gaia-ECS v0.9.3
A simple and powerful entity component system
Loading...
Searching...
No Matches
gaia::core::has_func_equals< T > Struct Template Reference

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.
 

Detailed Description

template<typename T>
struct gaia::core::has_func_equals< T >

Detects whether T defines operator== as a member function.

Template Parameters
TType to inspect.

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