IOSS 2.0
Loading...
Searching...
No Matches
tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true > Class Reference

#include <hopscotch_hash.h>

Public Member Functions

bool bucket_hash_equal (std::size_t my_hash) const noexcept
 
truncated_hash_type truncated_bucket_hash () const noexcept
 

Protected Member Functions

void copy_hash (const hopscotch_bucket_hash &bucket) noexcept
 
void set_hash (truncated_hash_type my_hash) noexcept
 

Private Attributes

truncated_hash_type m_hash
 

Member Function Documentation

◆ bucket_hash_equal()

bool tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true >::bucket_hash_equal ( std::size_t my_hash) const
inlinenoexcept

◆ copy_hash()

void tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true >::copy_hash ( const hopscotch_bucket_hash< true > & bucket)
inlineprotectednoexcept

◆ set_hash()

void tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true >::set_hash ( truncated_hash_type my_hash)
inlineprotectednoexcept

◆ truncated_bucket_hash()

truncated_hash_type tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true >::truncated_bucket_hash ( ) const
inlinenoexcept

Member Data Documentation

◆ m_hash


The documentation for this class was generated from the following file: