Public Member Functions
absl::node_hash_set< T, Hash, Eq, Alloc > Class Template Reference

#include <node_hash_set.h>

Inheritance diagram for absl::node_hash_set< T, Hash, Eq, Alloc >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Detailed Description

template<class T, class Hash = absl::container_internal::hash_default_hash<T>, class Eq = absl::container_internal::hash_default_eq<T>, class Alloc = std::allocator<T>>
class absl::node_hash_set< T, Hash, Eq, Alloc >

Definition at line 94 of file node_hash_set.h.


Constructor & Destructor Documentation

template<class T, class Hash = absl::container_internal::hash_default_hash<T>, class Eq = absl::container_internal::hash_default_eq<T>, class Alloc = std::allocator<T>>
absl::node_hash_set< T, Hash, Eq, Alloc >::node_hash_set ( ) [inline]

Definition at line 140 of file node_hash_set.h.


Member Function Documentation

template<class T, class Hash = absl::container_internal::hash_default_hash<T>, class Eq = absl::container_internal::hash_default_eq<T>, class Alloc = std::allocator<T>>
Base::hasher absl::node_hash_set< T, Hash, Eq, Alloc >::hash_funct ( ) [inline]

Definition at line 431 of file node_hash_set.h.

template<class T, class Hash = absl::container_internal::hash_default_hash<T>, class Eq = absl::container_internal::hash_default_eq<T>, class Alloc = std::allocator<T>>
void absl::node_hash_set< T, Hash, Eq, Alloc >::resize ( typename Base::size_type  hint) [inline]

Definition at line 434 of file node_hash_set.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