template class tsl::detail_robin_hash::bucket_entry_hash

Overview

Helper class that stores a truncated hash if StoreHash is true and nothing otherwise.

#include <robin_hash.h>

template <bool StoreHash>
class bucket_entry_hash
{
public:
    // methods

    bool bucket_hash_equal(std::size_t) const;
    truncated_hash_type truncated_hash() const;
};

// direct descendants

template <typename ValueType, bool StoreHash>
class bucket_entry;