| Updated: October 28, 2024 |
Map a key to a boolean value
#include <pips/multimap.h>
int pips_multimap_add_boolean(pips_multimap_t *multimap,
const char *key,
const bool value)
This function creates a mapping in the current multimap instance by associating a boolean 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.