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

Method find

source/core/StarFlatHashMap.hpp:494–496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

492
493template <typename Key, typename Mapped, typename Hash, typename Equals, typename Allocator>
494auto FlatHashMap<Key, Mapped, Hash, Equals, Allocator>::find(key_type const& key) const -> const_iterator {
495 return const_iterator{m_table.find(key)};
496}
497
498template <typename Key, typename Mapped, typename Hash, typename Equals, typename Allocator>
499auto FlatHashMap<Key, Mapped, Hash, Equals, Allocator>::find(key_type const& key) -> iterator {

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected