IOSS 2.0
Loading...
Searching...
No Matches
bhopscotch_set.h File Reference
#include <algorithm>
#include <cstddef>
#include <functional>
#include <initializer_list>
#include <memory>
#include <set>
#include <type_traits>
#include <utility>
#include "hopscotch_hash.h"
Include dependency graph for bhopscotch_set.h:

Go to the source code of this file.

Classes

class  tsl::bhopscotch_set< Key, Hash, KeyEqual, Compare, Allocator, NeighborhoodSize, StoreHash, GrowthPolicy >
 
class  tsl::bhopscotch_set< Key, Hash, KeyEqual, Compare, Allocator, NeighborhoodSize, StoreHash, GrowthPolicy >::KeySelect
 

Namespaces

namespace  tsl
 

Typedefs

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>
using tsl::bhopscotch_pg_set