sparse-map
Classes | Namespaces | Typedefs
sparse_set.h File Reference
#include <cstddef>
#include <functional>
#include <initializer_list>
#include <memory>
#include <type_traits>
#include <utility>
#include "sparse_hash.h"

Go to the source code of this file.

Classes

class  tsl::sparse_set< Key, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
 

Namespaces

 tsl
 

Typedefs

template<class Key , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Allocator = std::allocator<Key>>
using tsl::sparse_pg_set = sparse_set< Key, Hash, KeyEqual, Allocator, tsl::sh::prime_growth_policy >