| Updated: October 28, 2024 |
Set a value in the current multimap
#include <pips/multimap.h>
int pips_multimap_set_value(pips_multimap_t *multimap,
pips_multimap_type_e type,
const char *key,
const pips_multimap_value_t *value,
size_t opt_size)
This function assigns the given value to the item with the given key in the current multimap instance. If a mapping for this key already exists, its value is replaced by the new value and the old value is lost.