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

Method end

source/core/StarFlatHashMap.hpp:345–347  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

343
344template <typename Key, typename Mapped, typename Hash, typename Equals, typename Allocator>
345auto FlatHashMap<Key, Mapped, Hash, Equals, Allocator>::end() -> iterator {
346 return iterator{m_table.end()};
347}
348
349template <typename Key, typename Mapped, typename Hash, typename Equals, typename Allocator>
350auto FlatHashMap<Key, Mapped, Hash, Equals, Allocator>::begin() const -> const_iterator {

Callers 6

operator=Method · 0.45
insertMethod · 0.45
eraseMethod · 0.45
atMethod · 0.45
operator[]Method · 0.45
countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected