openMSX
|
#include <hash_set.hh>
Public Member Functions | |
template<typename V > | |
constexpr | Element (V &&value_, unsigned hash_, PoolIndex nextIdx_) |
template<typename... Args> | |
constexpr | Element (Args &&... args) |
Public Attributes | |
Value | value |
unsigned | hash |
PoolIndex | nextIdx |
Definition at line 46 of file hash_set.hh.
|
inlineconstexpr |
Definition at line 52 of file hash_set.hh.
|
inlineexplicitconstexpr |
Definition at line 60 of file hash_set.hh.
unsigned hash_set_impl::Element< Value >::hash |
Definition at line 48 of file hash_set.hh.
Referenced by hash_map< Key, Value, Hasher, Equal >::try_emplace().
PoolIndex hash_set_impl::Element< Value >::nextIdx |
Definition at line 49 of file hash_set.hh.
Value hash_set_impl::Element< Value >::value |
Definition at line 47 of file hash_set.hh.