MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / end

Method end

src/core/include/megbrain/utils/thin/hash_table.h:344–344  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

342 iterator begin() { return iterator(m_impl.impl().begin()); }
343
344 iterator end() { return iterator(m_impl.impl().end()); }
345
346 const_iterator begin() const { return m_impl.impl().begin(); }
347

Callers 7

eraseMethod · 0.45
countMethod · 0.45
ThinHashSetMethod · 0.45
endMethod · 0.45
eraseMethod · 0.45
countMethod · 0.45
getMethod · 0.45

Calls 1

implMethod · 0.45

Tested by

no test coverage detected