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

Method hash_function

include/tsl/ordered_hash.h:972–972  ·  view source on GitHub ↗

* Observers */

Source from the content-addressed store, hash-verified

970 * Observers
971 */
972 hasher hash_function() const { return static_cast<const Hash&>(*this); }
973
974 key_equal key_eq() const { return static_cast<const KeyEqual&>(*this); }
975

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected