CachedIterator
struct CachedIterator (
Iterator
CacheIterator
FlagIterator
) {
}
- lightConst
auto lightConst()
- lightImmutable
auto lightImmutable()
- lightScope
auto lightScope()
- lightScope
auto lightScope()
- lightScope
auto lightScope()
- _caches
CacheIterator _caches;
- _flags
FlagIterator _flags;
- _iterator
Iterator _iterator;