| 321 | |
| 322 | template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator> |
| 323 | size_t FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::empty() const { |
| 324 | return m_filledCount == 0; |
| 325 | } |
| 326 | |
| 327 | template <typename Value, typename Key, typename GetKey, typename Hash, typename Equals, typename Allocator> |
| 328 | size_t FlatHashTable<Value, Key, GetKey, Hash, Equals, Allocator>::size() const { |
no outgoing calls
no test coverage detected