Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Templates
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Templates/Greater.h |
Include | #include "Templates/Greater.h" |
Syntax
template<typename T>
struct TGreater
Remarks
Binary predicate class for sorting elements in reverse order. Assumes < operator is defined for the template type.
See: http://en.cppreference.com/w/cpp/utility/functional/greater
Specializations
Operators
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
bool | operator()
(
const T& A, |