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

Method begin

include/tsl/ordered_set.h:187–187  ·  view source on GitHub ↗

* Iterators */

Source from the content-addressed store, hash-verified

185 * Iterators
186 */
187 iterator begin() noexcept { return m_ht.begin(); }
188 const_iterator begin() const noexcept { return m_ht.begin(); }
189 const_iterator cbegin() const noexcept { return m_ht.cbegin(); }
190

Callers 6

BOOST_AUTO_TEST_CASEFunction · 0.45
BOOST_AUTO_TEST_CASEFunction · 0.45
ordered_setMethod · 0.45
ordered_setClass · 0.45
insertMethod · 0.45

Calls

no outgoing calls

Tested by 3

BOOST_AUTO_TEST_CASEFunction · 0.36
BOOST_AUTO_TEST_CASEFunction · 0.36