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

Method end

source/core/StarFlatHashSet.hpp:331–333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

329
330template <typename Key, typename Hash, typename Equals, typename Allocator>
331auto FlatHashSet<Key, Hash, Equals, Allocator>::end() -> iterator {
332 return iterator{m_table.end()};
333}
334
335template <typename Key, typename Hash, typename Equals, typename Allocator>
336auto FlatHashSet<Key, Hash, Equals, Allocator>::begin() const -> const_iterator {

Callers 4

insertMethod · 0.45
eraseMethod · 0.45
countMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected