Bitcoin ABC 0.30.3
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 553 of file cuckoocache.h.
using CuckooCache::KeyOnly< T >::KeyType = T |
Definition at line 555 of file cuckoocache.h.
|
default |
|
inline |
Definition at line 559 of file cuckoocache.h.
|
inline |
Definition at line 562 of file cuckoocache.h.