mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-01 15:18:06 +00:00
AK: Add HashMap, HashTable and Traits to Forward.h
This commit is contained in:
parent
e28809a996
commit
e61cdf5c39
Notes:
sideshowbarker
2024-07-19 09:17:23 +09:00
Author: https://github.com/awesomekling
Commit: e61cdf5c39
4 changed files with 24 additions and 4 deletions
|
@ -34,7 +34,7 @@
|
|||
|
||||
namespace AK {
|
||||
|
||||
template<typename T, typename = Traits<T>>
|
||||
template<typename T, typename>
|
||||
class HashTable;
|
||||
|
||||
template<typename HashTableType, typename ElementType, typename BucketIteratorType>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue