| 2633 | |
| 2634 | public: |
| 2635 | size_type size() const { return table.num_nonempty(); } |
| 2636 | size_type max_size() const { return table.max_size(); } |
| 2637 | bool empty() const { return size() == 0; } |
| 2638 | size_type bucket_count() const { return table.size(); } |
nothing calls this directly
no test coverage detected