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

Method clear

source/core/StarFlatHashMap.hpp:380–382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

378
379template <typename Key, typename Mapped, typename Hash, typename Equals, typename Allocator>
380void FlatHashMap<Key, Mapped, Hash, Equals, Allocator>::clear() {
381 m_table.clear();
382}
383
384template <typename Key, typename Mapped, typename Hash, typename Equals, typename Allocator>
385auto FlatHashMap<Key, Mapped, Hash, Equals, Allocator>::insert(value_type const& value) -> pair<iterator, bool> {

Callers 1

operator=Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected