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

Method key_eq

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

Source from the content-addressed store, hash-verified

582 */
583 hasher hash_function() const { return m_ht.hash_function(); }
584 key_equal key_eq() const { return m_ht.key_eq(); }
585
586 /*
587 * Other

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected