cp_multimap_contains(3)

cp_multimap(3) libcprops - cp_multimap cp_multimap(3)

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)

OCT 2007 libcprops.0.1.7