hmget
hmget |
Purpose
Get the value associated with a key in a hashmap.
Synopsis
size_t hmget(XPRMcontext ctx,XPRMhashmap hm, size_t key);
Arguments
ctx
|
Mosel's execution context
|
hm
|
A hashmap
|
key
|
Key to be found
|
Return value
The value associated with the key or
0 if the key could not be found.
Related topics