cp_multimap_count(3)
| cp_multimap(3) | libcprops - cp_multimap | cp_multimap(3) |
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.
| OCT 2007 | libcprops.0.1.7 |
