A Demo Project for the UnrealEngineSDK
Loading...
Searching...
No Matches
FDlgTestHelper_MapEqualImpl< KeyType, ValueType > Struct Template Reference

#include <DlgTesterHelper.h>

Static Public Member Functions

static bool IsEqual (const TMap< KeyType, ValueType > &ThisMap, const TMap< KeyType, ValueType > &OtherMap, const FString &PropertyName, FString &OutError, const bool bIsValuePrimitive, std::function< FString(const KeyType &)> GetKeyTypeAsString, std::function< FString(const ValueType &)> GetValueTypeAsString, std::function< bool(const ValueType &FirstValue, const ValueType &SecondValue, FString &ComparisonErrorMessage)> AreValuesEqual)
 

Detailed Description

template<typename KeyType, typename ValueType>
struct FDlgTestHelper_MapEqualImpl< KeyType, ValueType >

Definition at line 135 of file DlgTesterHelper.h.

Member Function Documentation

◆ IsEqual()

template<typename KeyType , typename ValueType >
static bool FDlgTestHelper_MapEqualImpl< KeyType, ValueType >::IsEqual ( const TMap< KeyType, ValueType > & ThisMap,
const TMap< KeyType, ValueType > & OtherMap,
const FString & PropertyName,
FString & OutError,
const bool bIsValuePrimitive,
std::function< FString(const KeyType &)> GetKeyTypeAsString,
std::function< FString(const ValueType &)> GetValueTypeAsString,
std::function< bool(const ValueType &FirstValue, const ValueType &SecondValue, FString &ComparisonErrorMessage)> AreValuesEqual )
inlinestatic

Definition at line 138 of file DlgTesterHelper.h.

Here is the caller graph for this function:

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