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

Method begin

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

Iterators

Source from the content-addressed store, hash-verified

99
100 // Iterators
101 iterator begin() { return &Buckets_; }
102 const_iterator begin() const { return const_cast<TTable*>(this)->begin(); }
103 const_iterator cbegin() const { return begin(); }
104

Callers 15

insertMethod · 0.45
TMapMethod · 0.45
TSetMethod · 0.45
SmokingTestFunction · 0.45
Y_UNIT_TESTFunction · 0.45
SmokingTestFunction · 0.45
SmokingTestMethod · 0.45
InsertOrAssignTestMethod · 0.45
TryEmplaceTestMethod · 0.45
DefaultConstructTestMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected