cp_hashtable_contains(3) - Linux man page

Name

cp_hashtable_contains - test a hashtable for the existence of a mapping

Synopsis

#include <cprops/hashtable.h>

int cp_hashtable_contains(cp_hashtable *table, void *key);

Description

cp_hashtable_contains tests if the hashtable table contains a mapping for the key key.

Return Value

non-zero if a mapping for key is found, zero if not.

See Also

cp_hashtable_get(3)

Referenced By

cp_hashtable(3)