Struct loon::LRU::Node¶
Public Attributes¶
| Type | Name |
|---|---|
| K | key |
| uint32_t | next |
| uint32_t | prev |
| V | value |
Public Attributes Documentation¶
variable key¶
variable next¶
variable prev¶
variable value¶
The documentation for this class was generated from the following file include/loon/lru.hpp