#include <hxhash_table_nodes.hpp>
hxhash_table_node_string_literal - Subclass of hxhash_table_set_node for static C strings.
This code expects the provided strings to outlive the container because it is intended for use with string literals.
◆ hxhash_table_node_string_literal()
| hxhash_table_node_string_literal::hxhash_table_node_string_literal |
( |
const char * | k_ | ) |
|
|
inline |
Constructor initializes the node with a string key and computes its hash.
- k : Non-null string key used to initialize the node. The string must outlive the node.
◆ hash_next()
Returns the next node in the table's embedded linked list.
The documentation for this class was generated from the following file: