UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
uLang::TLess< T > Struct Template Reference

#include <Sorting.h>

Public Member Functions

ULANG_FORCEINLINE bool operator() (const T &A, const T &B) const
 

Detailed Description

template<typename T = void>
struct uLang::TLess< T >

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

Member Function Documentation

◆ operator()()

template<typename T = void>
ULANG_FORCEINLINE bool uLang::TLess< T >::operator() ( const T &  A,
const T &  B 
) const
inline

The documentation for this struct was generated from the following file: