| 117 | |
| 118 | template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator> |
| 119 | FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::Bucket::Bucket() { |
| 120 | this->hash = EmptyHashValue; |
| 121 | } |
| 122 | |
| 123 | template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator> |
| 124 | FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::Bucket::~Bucket() { |