Loading...
Searching...
No Matches
bucket_entry_hash< StoreHash > Class Template Reference

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

#include <robin_hash.h>

+ Inheritance diagram for bucket_entry_hash< StoreHash >:

Public Member Functions

bool bucket_hash_equal (std::size_t) const noexcept
 
truncated_hash_type truncated_hash () const noexcept
 

Protected Member Functions

void set_hash (truncated_hash_type) noexcept
 

Detailed Description

template<bool StoreHash>
class pxr_tsl::detail_robin_hash::bucket_entry_hash< StoreHash >

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

Definition at line 125 of file robin_hash.h.

Member Function Documentation

◆ bucket_hash_equal()

bool bucket_hash_equal ( std::size_t  ) const
inlinenoexcept

Definition at line 127 of file robin_hash.h.

◆ set_hash()

void set_hash ( truncated_hash_type  )
inlineprotectednoexcept

Definition at line 132 of file robin_hash.h.

◆ truncated_hash()

truncated_hash_type truncated_hash ( ) const
inlinenoexcept

Definition at line 129 of file robin_hash.h.


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