AK: Add HashMap, HashTable and Traits to Forward.h

This commit is contained in:
Andreas Kling 2020-02-16 02:01:18 +01:00
commit e61cdf5c39
Notes: sideshowbarker 2024-07-19 09:17:23 +09:00
4 changed files with 24 additions and 4 deletions

View file

@ -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>