TMap::operator=

Assignment operator which gets its elements from a native initializer list

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/Map.h"

Syntax

TMap & operator=
(
    std::initializer_list< TPairInitializer< const KeyType &, const ValueType & >> InitList
)

Remarks

Assignment operator which gets its elements from a native initializer list

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