| 4299 | |
| 4300 | template <typename ArrayFactory> |
| 4301 | void TestWithArrayFactory(ArrayFactory&& factory) { |
| 4302 | TestWithArrayFactory(factory, factory); |
| 4303 | } |
| 4304 | |
| 4305 | template <typename ArrayFactory, typename ExpectedArrayFactory> |
| 4306 | void TestWithArrayFactory(ArrayFactory&& factory, |
nothing calls this directly
no test coverage detected