Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tessil/ordered-map
/ key_eq
Method
key_eq
include/tsl/ordered_map.h:728–728 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
726
*/
727
hasher hash_function() const { return m_ht.hash_function(); }
728
key_equal key_eq() const { return m_ht.key_eq(); }
729
730
/*
731
* Other
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected