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

Method hash_function

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

* Observers */

Source from the content-addressed store, hash-verified

725 * Observers
726 */
727 hasher hash_function() const { return m_ht.hash_function(); }
728 key_equal key_eq() const { return m_ht.key_eq(); }
729
730 /*

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected