Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TMapBase
| Type | Name | Description | |
|---|---|---|---|
| ValueType & | FindOrAdd
(
const KeyType& Key |
Find the value associated with a specified key, or if none exists, adds a value using the default constructor. | |
| ValueType & | FindOrAdd
(
KeyType&& Key |
||
| ValueType & | FindOrAdd
(
const KeyType& Key, |
Find the value associated with a specified key, or if none exists, adds a value using the default constructor. | |
| ValueType & | FindOrAdd
(
const KeyType& Key, |
||
| ValueType & | FindOrAdd
(
KeyType&& Key, |
||
| ValueType & | FindOrAdd
(
KeyType&& Key, |