TLess

Binary predicate class for sorting elements in order.

Windows
MacOS
Linux

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

Name Description

Public function Const

bool

 

operator()

(
    const T& A,
    const T& B
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss