| 731 | } |
| 732 | |
| 733 | size_t TotalSize() const { |
| 734 | return TBase::List.GetTotalSize(); |
| 735 | } |
| 736 | }; |
| 737 | |
| 738 | template <typename TKey, typename TValue, typename TDeleter = TNoopDelete, typename TAllocator = std::allocator<TKey>, class TSizeProvider = TUniformSizeProvider<TValue>> |
nothing calls this directly
no test coverage detected