diff options
| author | ckrinitsin <101062646+ckrinitsin@users.noreply.github.com> | 2025-03-23 20:55:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-23 20:55:14 +0100 |
| commit | 66d87280633590818261b89c50fe1830092174e4 (patch) | |
| tree | d9231a5f2d52249657c7523af9c2ff11bdbe4196 /src/server/hashtable.h | |
| parent | 3939238f3fe46ed36919f29cbebe824341689960 (diff) | |
| parent | d6ea41e1bef4a312a8a1d6683bb29aad777ec9ae (diff) | |
| download | BT-Programming-Assignment-66d87280633590818261b89c50fe1830092174e4.tar.gz BT-Programming-Assignment-66d87280633590818261b89c50fe1830092174e4.zip | |
Fixes
Diffstat (limited to 'src/server/hashtable.h')
| -rw-r--r-- | src/server/hashtable.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/hashtable.h b/src/server/hashtable.h index e09fcd4..334a62e 100644 --- a/src/server/hashtable.h +++ b/src/server/hashtable.h @@ -29,6 +29,11 @@ public: } /** + * @brief Constructs a new Hashtable. + */ + HashTable() {} + + /** * @brief Insert a kv-pair into the hashtable. * * @param key The key to determine the bucket. |