cp_hashlist_item_count(3) - Linux man page

Name

cp_hashlist_count - hashlist item count

Synopsis

#include <cprops/hashlist.h>

unsigned long cp_hashlist_item_count(cp_hashlist *list);

Description

cp_hashlist_count returns the number of mappings in a hashlist.

Return Value

the number of mappings in the hashlist as a long integer.

See Also

cp_hashlist_is_empty (3)