|
cdcontainers
0.1.1
Library of data containers and collections for C programming language.
|
Functions | |
| static size_t | cdc_map_size (struct cdc_map *m) |
| Returns the number of items in the map. More... | |
| static bool | cdc_map_empty (struct cdc_map *m) |
| Checks if the map has no elements. More... | |
|
inlinestatic |
Returns the number of items in the map.
| [in] | m | - cdc_map |
1.8.13