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

Method cbegin

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

Source from the content-addressed store, hash-verified

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
191 iterator end() noexcept { return m_ht.end(); }
192 const_iterator end() const noexcept { return m_ht.end(); }

Callers 1

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 1

BOOST_AUTO_TEST_CASEFunction · 0.36