Typedef rcutils_hash_map_key_hasher_t

Typedef Documentation

typedef size_t (*rcutils_hash_map_key_hasher_t)(const void*)

The function signature for a key hashing function.

Param key:

[in] The key that needs to be hashed

Return:

A hash value for the provided string