Public Member Functions
absl::node_hash_map< Key, Value, Hash, Eq, Alloc > Class Template Reference

#include <node_hash_map.h>

Inheritance diagram for absl::node_hash_map< Key, Value, Hash, Eq, Alloc >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

Base::hasher hash_funct ()
 node_hash_map ()
void resize (typename Base::size_type hint)

Detailed Description

template<class Key, class Value, class Hash = absl::container_internal::hash_default_hash<Key>, class Eq = absl::container_internal::hash_default_eq<Key>, class Alloc = std::allocator<std::pair<const Key, Value>>>
class absl::node_hash_map< Key, Value, Hash, Eq, Alloc >

Definition at line 101 of file node_hash_map.h.


Constructor & Destructor Documentation

template<class Key, class Value, class Hash = absl::container_internal::hash_default_hash<Key>, class Eq = absl::container_internal::hash_default_eq<Key>, class Alloc = std::allocator<std::pair<const Key, Value>>>
absl::node_hash_map< Key, Value, Hash, Eq, Alloc >::node_hash_map ( ) [inline]

Definition at line 148 of file node_hash_map.h.


Member Function Documentation

template<class Key, class Value, class Hash = absl::container_internal::hash_default_hash<Key>, class Eq = absl::container_internal::hash_default_eq<Key>, class Alloc = std::allocator<std::pair<const Key, Value>>>
Base::hasher absl::node_hash_map< Key, Value, Hash, Eq, Alloc >::hash_funct ( ) [inline]

Definition at line 514 of file node_hash_map.h.

template<class Key, class Value, class Hash = absl::container_internal::hash_default_hash<Key>, class Eq = absl::container_internal::hash_default_eq<Key>, class Alloc = std::allocator<std::pair<const Key, Value>>>
void absl::node_hash_map< Key, Value, Hash, Eq, Alloc >::resize ( typename Base::size_type  hint) [inline]

Definition at line 517 of file node_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