| 247 | |
| 248 | template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator> |
| 249 | auto FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::const_iterator::operator->() const -> Value const* { |
| 250 | return current->valuePtr(); |
| 251 | } |
| 252 | |
| 253 | template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator> |
| 254 | bool FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::iterator::operator==(iterator const& rhs) const { |