also tests for erased values ----------------------------
| 2132 | // also tests for erased values |
| 2133 | // ---------------------------- |
| 2134 | bool test_strict(size_type i) const |
| 2135 | { |
| 2136 | // assert(i < _table_size); |
| 2137 | return which_group(i).test_strict(pos_in_group(i)); |
| 2138 | } |
| 2139 | |
| 2140 | friend struct GrpPos; |
| 2141 |
nothing calls this directly
no test coverage detected