| 14 | namespace benchmark { |
| 15 | struct benchmark : boost::ut::detail::test { |
| 16 | explicit benchmark(std::string_view _name) |
| 17 | : boost::ut::detail::test{"benchmark", _name} {} |
| 18 | |
| 19 | template <class Test> |
| 20 | auto operator=(Test _test) { |
nothing calls this directly
no outgoing calls
no test coverage detected