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

Method PushBack

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

Source from the content-addressed store, hash-verified

60 TYVectorWriter() = default;
61
62 void PushBack(const T& value) {
63 Vector.push_back(value);
64 }
65
66 void Save(IOutputStream& out) const {
67 ui64 uSize = (ui64)Vector.size();

Callers 3

TestGeneralVectorMethod · 0.45
TestStringsMethod · 0.45
AddOutMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by 2

TestGeneralVectorMethod · 0.36
TestStringsMethod · 0.36