|
NexusForce 1.0.0
A Modern C++ Library with extended functionality, web components, and utility libraries
|
成员的完整列表,这些成员属于 lru_cache< Key, Value >,包括所有继承而来的类成员
| capacity() const noexcept | lru_cache< Key, Value > | inline |
| clear() | lru_cache< Key, Value > | inline |
| clock typedef | lru_cache< Key, Value > | |
| contains(const Key &key) const noexcept | lru_cache< Key, Value > | inline |
| duration typedef | lru_cache< Key, Value > | |
| erase(const Key &key) | lru_cache< Key, Value > | inline |
| get(const Key &key) | lru_cache< Key, Value > | inline |
| key_type typedef | lru_cache< Key, Value > | |
| lru_cache(size_type capacity) | lru_cache< Key, Value > | inlineexplicit |
| peek(const Key &key) const | lru_cache< Key, Value > | inline |
| put(const Key &key, const Value &value) | lru_cache< Key, Value > | inline |
| remove_expired(duration max_age) | lru_cache< Key, Value > | inline |
| remove_if(Predicate pred) | lru_cache< Key, Value > | inline |
| size() const noexcept | lru_cache< Key, Value > | inline |
| size_type typedef | lru_cache< Key, Value > | |
| time_point typedef | lru_cache< Key, Value > | |
| value_type typedef | lru_cache< Key, Value > |