cp_hashtable_count(3) - Linux man page

Name

cp_hashtable_count - hashtable item count

Synopsis

#include <cprops/hashtable.h>

unsigned long cp_hashtable_count(cp_hashtable *table);

Description

cp_hashtable_count returns the number of mappings in a hashtable.

Return Value

the number of mappings in the hashtable as an unsigned long integer.

See Also

cp_hashtable_is_empty (3)

Referenced By

cp_hashtable(3), cp_hashtable_get_keys(3), cp_hashtable_is_empty(3)