MCPcopy Create free account
hub / github.com/ablab/spades / cbegin

Method cbegin

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

Source from the content-addressed store, hash-verified

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

Callers 1

operator==Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected