Ark Server API (ASE) - Wiki
Loading...
Searching...
No Matches
TLess< T > Struct Template Reference

#include <Less.h>

Public Member Functions

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

Detailed Description

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

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

Definition at line 14 of file Less.h.

Member Function Documentation

◆ operator()()

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

Definition at line 16 of file Less.h.


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