Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TSet< InElementType, KeyFuncs, Allocator >::FElementCompareClass< PREDICATE_CLASS > Class Template Reference
+ Collaboration diagram for TSet< InElementType, KeyFuncs, Allocator >::FElementCompareClass< PREDICATE_CLASS >:

Public Member Functions

FORCEINLINE FElementCompareClass (const PREDICATE_CLASS &InPredicate)
 
FORCEINLINE bool operator() (const SetElementType &A, const SetElementType &B) const
 

Private Attributes

TDereferenceWrapper< ElementType, PREDICATE_CLASSPredicate
 

Detailed Description

template<typename InElementType, typename KeyFuncs, typename Allocator>
template<typename PREDICATE_CLASS>
class TSet< InElementType, KeyFuncs, Allocator >::FElementCompareClass< PREDICATE_CLASS >

Extracts the element value from the set's element structure and passes it to the user provided comparison class.

Definition at line 1361 of file Set.h.

Constructor & Destructor Documentation

◆ FElementCompareClass()

FORCEINLINE TSet< InElementType, KeyFuncs, Allocator >::FElementCompareClass< PREDICATE_CLASS >::FElementCompareClass ( const PREDICATE_CLASS & InPredicate)
inline

Definition at line 1366 of file Set.h.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ Predicate


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