Element Access
Lookup | Returns a KEY based on a VALUE. |
GetNextAssoc | Gets the next element for iterating. |
RemoveKey | Removes an element specified by a key. |
SetAt | Inserts an element into the map; replaces an existing element if a matching key is found. |
Operators
operator[] | Inserts an element into the map. |