sparse-map
Classes | Namespaces | Typedefs
sparse_map.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_map< Key, T, Hash, KeyEqual, Allocator, GrowthPolicy, ExceptionSafety, Sparsity >
 

Namespaces

 tsl
 

Typedefs

template<class Key , class T , class Hash = std::hash<Key>, class KeyEqual = std::equal_to<Key>, class Allocator = std::allocator<std::pair<Key, T>>>
using tsl::sparse_pg_map = sparse_map< Key, T, Hash, KeyEqual, Allocator, tsl::sh::prime_growth_policy >