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