Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TLruCache
Cache iterator (const).
| Name | TConstIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/LruCache.h |
| Include Path | #include "Containers/LruCache.h" |
Syntax
class TConstIterator : public TLruCache< KeyType, ValueType, KeyComp >::TBaseIterator< true >
Inheritance Hierarchy
- TLruCache::TBaseIterator → TLruCache::TConstIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Containers/LruCache.h | |||
TConstIterator
(
const TLruCache& Cache |
Containers/LruCache.h |