"remove" (mapping::remove)
Removes the key and the associated value.
Synopsis
int mapping.remove(T key);
Parameters
Parameter | Description |
---|---|
key | Mapping key |
Description
-
Assignment
Mapping
Removes the key and the associated value.
int mapping.remove(T key);
Parameter | Description |
---|---|
key | Mapping key |
-
Mapping