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

#include <Greater.h>

Public Member Functions

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

Detailed Description

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

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

Definition at line 14 of file Greater.h.

Member Function Documentation

◆ operator()()

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

Definition at line 16 of file Greater.h.


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