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

Method Begin

util/system/filemap.h:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265 return Begin();
266 }
267 const T* Begin() const noexcept {
268 return Ptr_;
269 }
270 /// for STL compatibility only, End() usage is recommended
271 const T* end() const noexcept {
272 return End_;

Callers 2

Y_UNIT_TESTFunction · 0.45
DoNextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected