| 705 | struct TNoopDelete { |
| 706 | template <class T> |
| 707 | static inline void Destroy(const T&) noexcept { |
| 708 | } |
| 709 | }; |
| 710 | |
| 711 | template <typename TKey, typename TValue, typename TDeleter = TNoopDelete, class TSizeProvider = TUniformSizeProvider<TValue>, typename TAllocator = std::allocator<typename TLRUList<TKey, TValue, TSizeProvider>::TItem>> |
no outgoing calls