Definition at line 379 of file hopscotch_hash.h.
Public Types | |
using | hash_type = std::uint_least32_t |
Public Member Functions | |
bool | bucket_hash_equal (std::size_t hash) const noexcept |
std::size_t | truncated_bucket_hash () const noexcept |
Protected Member Functions | |
void | copy_hash (const hopscotch_bucket_hash &bucket) noexcept |
void | set_hash (std::size_t hash) noexcept |
Private Attributes | |
hash_type | m_hash |