MCPcopy Create free account
hub / github.com/Tessil/ordered-map / begin

Method begin

include/tsl/ordered_map.h:208–208  ·  view source on GitHub ↗

* Iterators */

Source from the content-addressed store, hash-verified

206 * Iterators
207 */
208 iterator begin() noexcept { return m_ht.begin(); }
209 const_iterator begin() const noexcept { return m_ht.begin(); }
210 const_iterator cbegin() const noexcept { return m_ht.cbegin(); }
211

Callers 3

ordered_mapMethod · 0.45
ordered_mapClass · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected