Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/uLang > API/Runtime/uLangCore/uLang/Common > API/Runtime/uLangCore/uLang/Common/Templates
References
| Module | uLangCore |
| Header | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Templates/Sorting.h |
| Include | #include "uLang/Common/Templates/Sorting.h" |
Syntax
template<typename T>
struct TLess
Remarks
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
Operators
| Type | Name | Description | |
|---|---|---|---|
| ULANG_FORCEINLINE bool | operator()
(
const T& A, |