cp_multimap_contains(3) - Linux man page

Name

cp_multimap_contains - check whether an entry exists on any index

Synopsis

#include <cprops/multimap.h>

int cp_multimap_contains(cp_multimap *tree, void *entry);

Description

cp_multimap_contains returns non-zero if the given entry could be found using any of the indices defined on the given tree.

See Also

cp_multimap_create_index(3), cp_multimap_get(3)

Referenced By

cp_multimap(3), cp_multimap_find(3), cp_multimap_reindex(3), cp_multimap_remove(3)