mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:17:34 +00:00
AK: Add HashMap, HashTable and Traits to Forward.h
This commit is contained in:
parent
e28809a996
commit
e61cdf5c39
4 changed files with 24 additions and 4 deletions
|
@ -33,7 +33,7 @@
|
|||
|
||||
namespace AK {
|
||||
|
||||
template<typename K, typename V, typename KeyTraits = Traits<K>>
|
||||
template<typename K, typename V, typename KeyTraits>
|
||||
class HashMap {
|
||||
private:
|
||||
struct Entry {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue