MCPcopy Create free account
hub / github.com/Tessil/ordered-map / count

Method count

include/tsl/ordered_map.h:490–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

488 T& operator[](Key&& key) { return m_ht[std::move(key)]; }
489
490 size_type count(const Key& key) const { return m_ht.count(key); }
491
492 /**
493 * Use the hash value 'precalculated_hash' instead of hashing the key. The

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected