MCPcopy Create free account
hub / github.com/catboost/catboost / TIndexedArray

Method TIndexedArray

library/cpp/coroutine/engine/poller.cpp:137–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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();

Callers

nothing calls this directly

Calls 1

InstanceFunction · 0.85

Tested by

no test coverage detected