| 135 | typedef typename TListType::TConstIterator TConstIterator; |
| 136 | |
| 137 | TIndexedArray() |
| 138 | : P_(TMemoryPool::TExpGrow::Instance(), TDefaultAllocator::Instance()) |
| 139 | { |
| 140 | } |
| 141 | |
| 142 | TIterator Begin() noexcept { |
| 143 | return I_.Begin(); |
nothing calls this directly
no test coverage detected