|
Zen API
|
|
related |
Finds the value associated with the given key.
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 | Strongly-typed pointer to key that should be found. |
| VPtr_value | Strongly-typed pointer to destination for found value. |