| 329 | |
| 330 | template <typename Key, typename Hash, typename Equals, typename Allocator> |
| 331 | auto FlatHashSet<Key, Hash, Equals, Allocator>::end() -> iterator { |
| 332 | return iterator{m_table.end()}; |
| 333 | } |
| 334 | |
| 335 | template <typename Key, typename Hash, typename Equals, typename Allocator> |
| 336 | auto FlatHashSet<Key, Hash, Equals, Allocator>::begin() const -> const_iterator { |
no outgoing calls
no test coverage detected