7#include "Containers/Map.h"
16template<
typename KeyType,
typename ValueType,
typename SetAllocator = FDefaultSetAllocator>
class TMapBuilder
30 template<
typename OtherAllocator>
UE_FORCEINLINE_HINT TSharedRef< CastToType, Mode > StaticCastSharedRef(TSharedRef< CastFromType, Mode > const &InSharedRef)
Definition SharedPointer.h:127
Definition MapBuilder.h:17
TMapBuilder & Add(KeyType InKey, ValueType InValue)
Definition MapBuilder.h:45
TMap< KeyType, ValueType, SetAllocator > Build()
Definition MapBuilder.h:72
TMapBuilder()
Definition MapBuilder.h:21
TMapBuilder(const TMap< KeyType, ValueType, OtherAllocator > &InMap)
Definition MapBuilder.h:31
TMapBuilder & Append(const TMap< KeyType, ValueType, SetAllocator > &OtherMap)
Definition MapBuilder.h:58
Definition UnrealString.h.inl:34