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

Method contains

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

Source from the content-addressed store, hash-verified

595 }
596
597 bool contains(const Key& key) const { return m_ht.contains(key); }
598
599 /**
600 * 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