Navigation
API > API/Runtime > API/Runtime/Core
Binary predicate class for sorting elements in order. Assumes < operator is defined for the template type. Forward declaration exists in ContainersFwd.h.
See: http://en.cppreference.com/w/cpp/utility/functional/less
TLess should not be specialized - an appropriate operator< should be added.
| Name | TLess |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/Templates/Less.h |
| Include Path | #include "Templates/Less.h" |
Syntax
template<typename T>
struct TLess
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool operator()
(
const T& A, |
Templates/Less.h |