#include <hash_policy_testing.h>
Public Member Functions | |
size_t | id () const |
WithId & | operator= (const WithId &that) |
WithId & | operator= (WithId &&that) |
WithId () | |
WithId (const WithId &that) | |
WithId (WithId &&that) | |
Protected Member Functions | |
WithId (size_t id) | |
Static Private Member Functions | |
template<class T > | |
static size_t | next_id () |
Private Attributes | |
size_t | id_ |
Friends | |
bool | operator!= (const WithId &a, const WithId &b) |
bool | operator== (const WithId &a, const WithId &b) |
Definition at line 37 of file hash_policy_testing.h.
|
inline |
Definition at line 38 of file hash_policy_testing.h.
|
inline |
Definition at line 39 of file hash_policy_testing.h.
|
inline |
Definition at line 40 of file hash_policy_testing.h.
|
inlineexplicitprotected |
Definition at line 59 of file hash_policy_testing.h.
|
inline |
Definition at line 51 of file hash_policy_testing.h.
|
inlinestaticprivate |
Definition at line 65 of file hash_policy_testing.h.
|
inline |
Definition at line 41 of file hash_policy_testing.h.
|
inline |
Definition at line 45 of file hash_policy_testing.h.
|
friend |
Definition at line 56 of file hash_policy_testing.h.
|
friend |
Definition at line 53 of file hash_policy_testing.h.
|
private |
Definition at line 62 of file hash_policy_testing.h.