hmset
| hmset | 
  Purpose
 
 
 Set the value associated with a key in a hashmap.
 
 
  Synopsis
 
  size_t hmset(XPRMcontext ctx,XPRMhashmap hm, size_t key, size_t val, int how);
 
  Arguments
 
 | 
     ctx 
     | 
     Mosel's execution context
     | ||||||||
| 
     hm 
     | 
     A hashmap
     | ||||||||
| 
     key 
     | 
     Key to be found
     | ||||||||
| 
     val 
     | 
     Value for the key
     | ||||||||
| 
     how 
     | 
     Handling method:
     
 | 
  Return value
 
 
 The value associated with the key.
 
  Related topics
 
  
