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

Method Get

library/cpp/on_disk/chunks/chunked_helpers.h:33–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31 }
32
33 void Get(size_t idx, T& t) const {
34 assert(idx < (size_t)Size);
35 t = ReadUnaligned<T>(Data + idx);
36 }
37
38 const T& At(size_t idx) const {
39 assert(idx < (size_t)Size);

Callers 6

TestGeneralVectorMethod · 0.45
TestStringsMethod · 0.45
FillAnswerMethod · 0.45
TMappedAhoCorasickMethod · 0.45
GetCreatorMethod · 0.45
GetRegisteredKeysMethod · 0.45

Calls

no outgoing calls

Tested by 2

TestGeneralVectorMethod · 0.36
TestStringsMethod · 0.36