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

Method TSetSerializerInserterBase

util/ysaveload.h:464–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

462class TSetSerializerInserterBase {
463public:
464 inline TSetSerializerInserterBase(TSetOrMap& s)
465 : S_(s)
466 {
467 S_.clear();
468 }
469
470 inline void Insert(const TValue& v) {
471 S_.insert(v);

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected