MCPcopy Create free account
hub / github.com/HelenOS/helenos / begin

Method begin

uspace/lib/cpp/include/__bits/adt/unordered_map.hpp:214–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 }
213
214 iterator begin() noexcept
215 {
216 return table_.begin();
217 }
218
219 const_iterator begin() const noexcept
220 {

Callers 7

unordered_mapMethod · 0.45
unordered_mapClass · 0.45
insertMethod · 0.45
unordered_multimapMethod · 0.45
unordered_multimapClass · 0.45
beginMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected