![]() |
Bitcoin ABC 0.32.4
P2P Digital Currency
|
Helper class used when we only want the cache to be a set rather than a map. More...
#include <cuckoocache.h>
Public Types | |
| using | KeyType = T |
Public Member Functions | |
| KeyOnly ()=default | |
| KeyOnly (const T &x) | |
| const T & | getKey () const |
Helper class used when we only want the cache to be a set rather than a map.
Definition at line 550 of file cuckoocache.h.
| using CuckooCache::KeyOnly< T >::KeyType = T |
Definition at line 552 of file cuckoocache.h.
|
default |
|
inline |
Definition at line 556 of file cuckoocache.h.
|
inline |
Definition at line 559 of file cuckoocache.h.