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

Detailed Description

template<bool StoreHash>
class tsl::detail_hopscotch_hash::hopscotch_bucket_hash< StoreHash >

Definition at line 357 of file hopscotch_hash.h.

+ Inheritance diagram for tsl::detail_hopscotch_hash::hopscotch_bucket_hash< StoreHash >:

Public Types

using hash_type = std::false_type
 

Public Member Functions

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

Protected Member Functions

void copy_hash (const hopscotch_bucket_hash &) noexcept
 
void set_hash (std::size_t) noexcept
 

Member Typedef Documentation

◆ hash_type

template<bool StoreHash>
using tsl::detail_hopscotch_hash::hopscotch_bucket_hash< StoreHash >::hash_type = std::false_type

Definition at line 359 of file hopscotch_hash.h.

Member Function Documentation

◆ bucket_hash_equal()

template<bool StoreHash>
bool tsl::detail_hopscotch_hash::hopscotch_bucket_hash< StoreHash >::bucket_hash_equal ( std::size_t  ) const
inlinenoexcept

Definition at line 361 of file hopscotch_hash.h.

◆ copy_hash()

template<bool StoreHash>
void tsl::detail_hopscotch_hash::hopscotch_bucket_hash< StoreHash >::copy_hash ( const hopscotch_bucket_hash< StoreHash > &  )
inlineprotectednoexcept

Definition at line 371 of file hopscotch_hash.h.

◆ set_hash()

template<bool StoreHash>
void tsl::detail_hopscotch_hash::hopscotch_bucket_hash< StoreHash >::set_hash ( std::size_t  )
inlineprotectednoexcept

Definition at line 374 of file hopscotch_hash.h.

◆ truncated_bucket_hash()

template<bool StoreHash>
std::size_t tsl::detail_hopscotch_hash::hopscotch_bucket_hash< StoreHash >::truncated_bucket_hash ( ) const
inlinenoexcept

Definition at line 365 of file hopscotch_hash.h.


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