Navigation
API > API/Runtime > API/Runtime/uLangCore
Binary predicate class for sorting elements in order. Assumes < operator is defined for the template type.
See: http://en.cppreference.com/w/cpp/utility/functional/less
| Name | TLess |
| Type | struct |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Sorting.h |
| Include Path | #include "uLang/Common/Templates/Sorting.h" |
Syntax
template<typename T>
struct TLess
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ULANG_FORCEINLINE bool operator()
(
const T& A, |
uLang/Common/Templates/Sorting.h |