template<class Key, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Allocator = std::allocator<Key>, unsigned int NeighborhoodSize = 62, bool StoreHash = false, class GrowthPolicy = tsl::power_of_two_growth_policy>
class tsl::hopscotch_set< Key, Hash, KeyEqual, Allocator, NeighborhoodSize, StoreHash, GrowthPolicy >::KeySelect
Definition at line 83 of file hopscotch_set.h.
|
const key_type & | operator() (const Key &key) const |
|
key_type & | operator() (Key &key) |
|
The documentation for this class was generated from the following file: