We let you see if a bucket is non-empty without retrieving it -------------------------------------------------------------
| 1457 | // We let you see if a bucket is non-empty without retrieving it |
| 1458 | // ------------------------------------------------------------- |
| 1459 | bool test(size_type i) const |
| 1460 | { |
| 1461 | return _bmtest(i); |
| 1462 | } |
| 1463 | |
| 1464 | // also tests for erased values |
| 1465 | // ---------------------------- |
no outgoing calls
no test coverage detected