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

Method insert

util/generic/hash_set.h:402–404  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

400
401public:
402 iterator insert(const value_type& obj) {
403 return rep.insert_equal(obj);
404 }
405 template <typename... Args>
406 iterator emplace(Args&&... args) {
407 return rep.emplace_equal(std::forward<Args>(args)...);

Callers

nothing calls this directly

Calls 1

insert_equalMethod · 0.80

Tested by

no test coverage detected