cf_map_size¶
Category: map
GitHub: cute_map.h
Returns the number of {key, item} pairs in the map.
| Parameters | Description |
|---|---|
m |
The map. Can be NULL. Must be declared with CF_MAP(T). |
Return Value¶
Returns the count as int. Returns 0 if m is NULL.
Related Pages¶
CF_MAP
cf_map_set
cf_map_get
cf_map_get_ptr
cf_map_has
cf_map_del
cf_map_clear
cf_map_keys
cf_map_items
cf_map_swap
cf_map_free