#include <hash_policy_testing.h>
Public Member Functions | |
NonStandardLayout () | |
NonStandardLayout (std::string s) | |
virtual | ~NonStandardLayout () |
Public Attributes | |
std::string | value |
Friends | |
template<typename H > | |
H | AbslHashValue (H h, const NonStandardLayout &v) |
bool | operator!= (const NonStandardLayout &a, const NonStandardLayout &b) |
bool | operator== (const NonStandardLayout &a, const NonStandardLayout &b) |
Definition at line 74 of file hash_policy_testing.h.
|
inline |
Definition at line 75 of file hash_policy_testing.h.
|
inlineexplicit |
Definition at line 76 of file hash_policy_testing.h.
|
inlinevirtual |
Definition at line 77 of file hash_policy_testing.h.
|
friend |
Definition at line 89 of file hash_policy_testing.h.
|
friend |
Definition at line 83 of file hash_policy_testing.h.
|
friend |
Definition at line 79 of file hash_policy_testing.h.
std::string absl::container_internal::NonStandardLayout::value |
Definition at line 93 of file hash_policy_testing.h.