| 55 | struct Extractor |
| 56 | { |
| 57 | static TestItem extract(const TestItem& item) |
| 58 | { |
| 59 | return TestItem(item.value / extractor_div_with); |
| 60 | } |
| 61 | }; |
| 62 | |
| 63 | clock_t std_insertion = 0, std_removal = 0, std_contains = 0, std_iteration = 0, emb_insertion = 0, emb_removal = 0, |
no test coverage detected