| 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 | |
| 2617 | // Accessor function for statistics gathering. |