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

Method cbegin

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected