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

Method end

library/cpp/containers/flat_hash/lib/table.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 const_iterator cbegin() const { return begin(); }
104
105 iterator end() { return { &Buckets_, bucket_count() }; }
106 const_iterator end() const { return const_cast<TTable*>(this)->end(); }
107 const_iterator cend() const { return end(); }
108

Callers 14

insertMethod · 0.45
TMapMethod · 0.45
operator==Method · 0.45
TSetMethod · 0.45
SmokingTestFunction · 0.45
Y_UNIT_TESTFunction · 0.45
SmokingTestFunction · 0.45
DefaultConstructTestMethod · 0.45
Y_UNIT_TESTFunction · 0.45

Calls 1

bucket_countFunction · 0.50

Tested by

no test coverage detected