FindOrAdd

Overload list

Choose your operating system:

Windows

macOS

Linux

Name Description

Public function

ValueType &

 

FindOrAdd

(
    const KeyType& Key
)

Returns the value associated with a specified key, or if none exists, adds a value using the default constructor.

Public function

ValueType &

 

FindOrAdd

(
    KeyType&& Key
)