#include <hash_policy_testing.h>
Classes | |
struct | rebind |
Public Types | |
using | propagate_on_container_swap = std::true_type |
Public Member Functions | |
Alloc (size_t id=0) | |
Alloc (const Alloc &)=default | |
template<class U > | |
Alloc (const Alloc< U > &that) | |
size_t | id () const |
Alloc & | operator= (const Alloc &)=default |
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.
using absl::container_internal::Alloc< T >::propagate_on_container_swap = std::true_type |
Definition at line 118 of file hash_policy_testing.h.
|
inlineexplicit |
Definition at line 121 of file hash_policy_testing.h.
|
default |
|
inline |
Definition at line 127 of file hash_policy_testing.h.
|
inline |
Definition at line 134 of file hash_policy_testing.h.
|
default |
Definition at line 139 of file hash_policy_testing.h.
Definition at line 136 of file hash_policy_testing.h.
|
private |
Definition at line 142 of file hash_policy_testing.h.