template<class Key, class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Compare = std::less<Key>, class Allocator = std::allocator<Key>, unsigned int NeighborhoodSize = 62, bool StoreHash = false, class GrowthPolicy = tsl::power_of_two_growth_policy>
class tsl::hopscotch_sc_set< Key, Hash, KeyEqual, Compare, Allocator, NeighborhoodSize, StoreHash, GrowthPolicy >::KeySelect
Definition at line 69 of file hopscotch_sc_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: