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

Method cend

util/generic/hash_set.h:397–399  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

395 return rep.begin();
396 }
397 iterator cend() const {
398 return rep.end();
399 }
400
401public:
402 iterator insert(const value_type& obj) {

Callers

nothing calls this directly

Calls 1

endMethod · 0.45

Tested by

no test coverage detected