Public Member Functions
absl::flat_hash_map< K, V, Hash, Eq, Allocator > Class Template Reference

#include <flat_hash_map.h>

Inheritance diagram for absl::flat_hash_map< K, V, Hash, Eq, Allocator >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 flat_hash_map ()

Detailed Description

template<class K, class V, class Hash = absl::container_internal::hash_default_hash<K>, class Eq = absl::container_internal::hash_default_eq<K>, class Allocator = std::allocator<std::pair<const K, V>>>
class absl::flat_hash_map< K, V, Hash, Eq, Allocator >

Definition at line 107 of file flat_hash_map.h.


Constructor & Destructor Documentation

template<class K, class V, class Hash = absl::container_internal::hash_default_hash<K>, class Eq = absl::container_internal::hash_default_eq<K>, class Allocator = std::allocator<std::pair<const K, V>>>
absl::flat_hash_map< K, V, Hash, Eq, Allocator >::flat_hash_map ( ) [inline]

Definition at line 153 of file flat_hash_map.h.


The documentation for this class was generated from the following file:


abseil_cpp
Author(s):
autogenerated on Wed Jun 19 2019 19:42:16