data_structures
Functions
hashmap_size.c File Reference
#include "hashmap.h"
+ Include dependency graph for hashmap_size.c:

Go to the source code of this file.

Functions

size_t hashmap_size (const t_hashmap *hm)
 Returns the number of elements in this map. More...
 

Function Documentation

◆ hashmap_size()

size_t hashmap_size ( const t_hashmap hm)

Returns the number of elements in this map.

Returns
The number of elements in this map.

Definition at line 16 of file hashmap_size.c.