accessor functions for the things we templatize on, basically -------------------------------------------------------------
| 2611 | // accessor functions for the things we templatize on, basically |
| 2612 | // ------------------------------------------------------------- |
| 2613 | hasher hash_funct() const { return settings; } |
| 2614 | key_equal key_eq() const { return key_info; } |
| 2615 | allocator_type get_allocator() const { return table.get_allocator(); } |
| 2616 |
no outgoing calls
no test coverage detected