MCPcopy Create free account
hub / github.com/Tessil/hat-trie / begin

Method begin

include/tsl/array-hash/array_map.h:150–150  ·  view source on GitHub ↗

* Iterators */

Source from the content-addressed store, hash-verified

148 * Iterators
149 */
150 iterator begin() noexcept { return m_ht.begin(); }
151 const_iterator begin() const noexcept { return m_ht.begin(); }
152 const_iterator cbegin() const noexcept { return m_ht.cbegin(); }
153

Callers 2

prime_growth_policyMethod · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected