Emplace

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

ValueType &

 

Emplace

(
    InitKeyType&& InKey
)

Sets a default value associated with a key.

Public function

ValueType &

 

Emplace

(
    InitKeyType&& InKey,
    InitValueType&& InValue
)

Sets the value associated with a key.