cf_map_free¶
Category: map
GitHub: cute_map.h
Frees all memory used by the map and sets it to NULL.
| Parameters | Description |
|---|---|
m |
The map. Can be NULL. Must be declared with CF_MAP(T). |
Remarks¶
After calling, m will be 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_size