Navigation
API > API/Runtime > API/Runtime/Core
| Name | TLessThanHelper |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Tuple.h |
| Include Path | #include "Templates/Tuple.h" |
Syntax
template<uint32 NumArgs, uint32 ArgToCompare, bool Last>
struct TLessThanHelper
Struct Specializations
| Name | Remarks |
|---|---|
| TLessThanHelper< NumArgs, ArgToCompare, true > | |
| TLessThanHelper< NumArgs, NumArgs, false > |
Functions
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool Do
(
const TupleType& Lhs, |
Templates/Tuple.h |