tlx
|
#include <cassert>
#include <cstddef>
#include <functional>
#include <list>
#include <memory>
#include <stdexcept>
#include <unordered_map>
#include <utility>
Go to the source code of this file.
Classes | |
class | LruCacheSet< Key, Alloc > |
This is an expected O(1) LRU cache which contains a set of key-only elements. More... | |
class | LruCacheMap< Key, Value, Alloc > |
This is an expected O(1) LRU cache which contains a map of (key -> value) elements. More... | |
Namespaces | |
tlx | |