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