mirror of
https://github.com/thunderbrewhq/squall.git
synced 2025-12-12 02:22:30 +00:00
feat(hash): add hash templates
This commit is contained in:
parent
399e3f02d6
commit
ac1be572c4
7 changed files with 374 additions and 0 deletions
8
storm/Hash.hpp
Normal file
8
storm/Hash.hpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#ifndef STORM_HASH_HPP
|
||||
#define STORM_HASH_HPP
|
||||
|
||||
#include "storm/hash/Hashkey.hpp"
|
||||
#include "storm/hash/TSHashObject.hpp"
|
||||
#include "storm/hash/TSHashTable.hpp"
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue