Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
TSparseArray< InElementType, Allocator >::FElementCompareClass< PREDICATE_CLASS > Class Template Reference

Public Member Functions

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

Private Attributes

const PREDICATE_CLASSPredicate
 

Detailed Description

template<typename InElementType, typename Allocator>
template<typename PREDICATE_CLASS>
class TSparseArray< InElementType, Allocator >::FElementCompareClass< PREDICATE_CLASS >

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

Definition at line 1100 of file SparseArray.h.

Constructor & Destructor Documentation

◆ FElementCompareClass()

TSparseArray< InElementType, Allocator >::FElementCompareClass< PREDICATE_CLASS >::FElementCompareClass ( const PREDICATE_CLASS & InPredicate)
inline

Definition at line 1105 of file SparseArray.h.

Member Function Documentation

◆ operator()()

Member Data Documentation

◆ Predicate


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