Generated hashtable slot struct type for a given KEY_TYPE and VALUE_TYPE.
More...
#include <fhashtable_template.h>
Public Attributes | |
| uint32_t | offset |
| Offset from the ideal slot index. | |
| KEY_TYPE | key |
| The key in this slot. | |
| VALUE_TYPE | value |
| The value in this slot. | |
Generated hashtable slot struct type for a given KEY_TYPE and VALUE_TYPE.