|
| static T | GetKeyByValue (notnull map< T, U > input, U value) |
| |
| static bool | ReplaceKey (notnull map< T, U > input, T oldKey, T newKey) |
| |
◆ GetKeyByValue()
| static T SCR_MapHelper< Class T, Class U >.GetKeyByValue |
( |
notnull map< T, U > | input, |
|
|
U | value ) |
|
static |
◆ ReplaceKey()
| static bool SCR_MapHelper< Class T, Class U >.ReplaceKey |
( |
notnull map< T, U > | input, |
|
|
T | oldKey, |
|
|
T | newKey ) |
|
static |
- Parameters
-
| [in] | input | |
| [in] | oldKey | |
| [in] | newKey | |
- Returns
The documentation for this interface was generated from the following file:
- Game/Helpers/SCR_MapHelper.c