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

Method count

include/tsl/ordered_set.h:346–346  ·  view source on GitHub ↗

* Lookup */

Source from the content-addressed store, hash-verified

344 * Lookup
345 */
346 size_type count(const Key& key) const { return m_ht.count(key); }
347
348 /**
349 * Use the hash value 'precalculated_hash' instead of hashing the key. The

Callers 2

BOOST_AUTO_TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by 2

BOOST_AUTO_TEST_CASEFunction · 0.36