#include <hash_policy_testing.h>
Classes | |
struct | rebind |
Public Member Functions | |
Alloc (size_t id=0) | |
Alloc (const Alloc &) | |
template<class U > | |
Alloc (const Alloc< U > &that) | |
size_t | id () const |
Alloc & | operator= (const Alloc &) |
Private Attributes | |
size_t | id_ = (std::numeric_limits<size_t>::max)() |
Friends | |
bool | operator!= (const Alloc &a, const Alloc &b) |
bool | operator== (const Alloc &a, const Alloc &b) |
Definition at line 117 of file hash_policy_testing.h.
absl::container_internal::Alloc< T >::Alloc | ( | size_t | id = 0 | ) | [inline, explicit] |
Definition at line 121 of file hash_policy_testing.h.
absl::container_internal::Alloc< T >::Alloc | ( | const Alloc< T > & | ) |
absl::container_internal::Alloc< T >::Alloc | ( | const Alloc< U > & | that | ) | [inline] |
Definition at line 127 of file hash_policy_testing.h.
size_t absl::container_internal::Alloc< T >::id | ( | ) | const [inline] |
Definition at line 134 of file hash_policy_testing.h.
Alloc& absl::container_internal::Alloc< T >::operator= | ( | const Alloc< T > & | ) |
Definition at line 139 of file hash_policy_testing.h.
Definition at line 136 of file hash_policy_testing.h.
size_t absl::container_internal::Alloc< T >::id_ = (std::numeric_limits<size_t>::max)() [private] |
Definition at line 142 of file hash_policy_testing.h.