OmniSciDB
a5dc49c757
|
#include <cstddef>
#include <list>
#include <memory>
#include <type_traits>
#include <unordered_map>
Go to the source code of this file.
Classes | |
struct | is_shared_ptr< T > |
struct | is_shared_ptr< std::shared_ptr< T > > |
class | LruCache< key_t, value_t, hash_t > |
Enumerations | |
enum | EvictionMetricType { EvictionMetricType::EntryCount, EvictionMetricType::ByteSize } |
|
strong |
Enumerator | |
---|---|
EntryCount | |
ByteSize |
Definition at line 22 of file LruCache.h.