OpenFPM_pdata  4.1.0
Project that contain the implementation of distributed structures
 
Loading...
Searching...
No Matches
tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true > Class Reference

Detailed Description

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
 

Member Typedef Documentation

◆ hash_type

using tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true >::hash_type = std::uint_least32_t

Definition at line 381 of file hopscotch_hash.h.

Member Function Documentation

◆ bucket_hash_equal()

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

Definition at line 384 of file hopscotch_hash.h.

◆ copy_hash()

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

Definition at line 393 of file hopscotch_hash.h.

◆ set_hash()

void tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true >::set_hash ( std::size_t  hash)
inlineprotectednoexcept

Definition at line 397 of file hopscotch_hash.h.

◆ truncated_bucket_hash()

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

Definition at line 388 of file hopscotch_hash.h.

Field Documentation

◆ m_hash

hash_type tsl::detail_hopscotch_hash::hopscotch_bucket_hash< true >::m_hash
private

Definition at line 402 of file hopscotch_hash.h.


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