* Observers */
| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected