| Updated: October 28, 2024 |
Map a key to a numeric value
#include <pips/multimap.h>
int pips_multimap_add_number(pips_multimap_t *multimap,
const char *key,
const double value)
This function creates a mapping in the current multimap instance by associating a numeric value with the given key. The mapping is created only if the given key is not already mapped to another value, so this function cannot be used to update a key's value, only to create a new mapping.