| 3918 | |
| 3919 | template <typename ArrayFactory> |
| 3920 | void TestWithArrayFactory(ArrayFactory&& factory) { |
| 3921 | TestWithArrayFactory(factory, factory); |
| 3922 | } |
| 3923 | |
| 3924 | template <typename ArrayFactory, typename ExpectedArrayFactory> |
| 3925 | void TestWithArrayFactory(ArrayFactory&& factory, |
nothing calls this directly
no test coverage detected