FKeyComparisonClass

Extracts the pair's key from the map's pair structure and passes it to the user provided comparison class.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/Map.h

Include

#include "Containers/Map.h"

Syntax

template<typename PREDICATE_CLASS>
class FKeyComparisonClass

Remarks

Extracts the pair's key from the map's pair structure and passes it to the user provided comparison class.

Constructors

Name Description

Public function

FKeyComparisonClass

(
    const PREDICATE_CLASS& InPredicate
)

Operators

Name Description

Public function Const

bool

 

operator()

(
    const typename Super::ElementType&...,
    const typename Super::ElementType&...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss