cp_multimap_count(3) - Linux man page

Name

cp_multimap_count, cp_multimap_size - return the number of items in

a multimap

Synopsis

#include <cprops/multimap.h>

int cp_multimap_count(cp_multimap *tree);

Description

cp_multimap_count returns the number of items in a multi-map. cp_multimap_size is a synonym for cp_multimap_count.

Referenced By

cp_multimap(3)