Navigation
API > API/Runtime > API/Runtime/GeometryCore
Trait to detect if a type T has an Equals(const T&) method.
| Name | THasEqualsMethod |
| Type | struct |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/Splines/ParameterizedTypes.h |
| Include Path | #include "Splines/ParameterizedTypes.h" |
Syntax
template<typename T, typename>
struct THasEqualsMethod : public std::false_type
Inheritance Hierarchy
- std::false_type → THasEqualsMethod