Zen API
|
|
related |
Removes a key-value pair from the map, returning the old key and/or value.
For object-based keys or values, the old objects are not automatically disposed. In this case, use the oldKey and/or oldValue parameters to receive the previous object(s) and then dispose them.
A debug assertion will be raised if the size of the specified key or value type is not equal to the size of the collection key or value type, respectively.
kMap_map | Map object. |
KPtr_key | Pointer to key. |
KPtr_oldKey | Strongly-typed destination pointer to receive old key. |
VPtr_oldValue | Strongly-typed destination pointer to receive old value. |