|
linked list
|
#include <LRUList.h>
Public 成员函数 | |
| RemovedTail () | |
Public 属性 | |
| T | value |
| bool | tailRemoved |
A class used for mark whether the tail node is removed when insert a new element to the LRU list.
|
inline |
The constructor of RemovedTail