Searched refs:constructorTest (Results 1 – 1 of 1) sorted by relevance
46 constexpr void constructorTest(auto&& buffer1, auto&& buffer2) { in constructorTest() function78 constructorTest<InputCommonView, ForwardSizedView>(buffer, buffer2); in test()83 constructorTest<BidiCommonView, SizedRandomAccessView>(buffer, buffer2); in test()88 constructorTest<ContiguousCommonView, ContiguousCommonView>(buffer, buffer2); in test()