Navigation
Unreal Engine C++ API Reference > Runtime > Core > Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Less.h |
Include | #include "Templates/Less.h" |
Syntax
template<typename T>
struct TLess
Remarks
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
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator()
(
const T& A, |