| 1282 | size_type max_size() const { return static_cast<size_type>(SPP_GROUP_SIZE); } |
| 1283 | |
| 1284 | bool empty() const { return false; } |
| 1285 | |
| 1286 | // We also may want to know how many *used* buckets there are |
| 1287 | size_type num_nonempty() const { return (size_type)_num_items(); } |