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

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.
 

Detailed Description

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

Detects whether T supports a free operator==.

Template Parameters
TType to inspect.

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