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

Method at

library/cpp/containers/paged_vector/paged_vector.h:401–403  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

399 }
400
401 reference at(size_t idx) {
402 return TPages::at(PageNumber(idx))->at(InPageIndex(idx));
403 }
404
405 const_reference at(size_t idx) const {
406 return TPages::at(PageNumber(idx))->at(InPageIndex(idx));

Callers 15

BestWeightedSplitFunction · 0.45
TMMapBpeDictionaryMethod · 0.45
CompareNGramFunction · 0.45
GetTokenMethod · 0.45
GetTopTokensMethod · 0.45
SaveMethod · 0.45
GetCharMethod · 0.45
GetNameMethod · 0.45
GetFreeArgTitleMethod · 0.45
PrintFreeArgsDescMethod · 0.45

Calls 1

atFunction · 0.50

Tested by 2

TestAtMethod · 0.36
TestEboMethod · 0.36