This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
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, |