Searched refs:BidiNonCommonInner (Results 1 – 3 of 3) sorted by relevance
243 using BidiNonCommonInner = BufferView<bidirectional_iterator<int*>, sentinel_wrapper<bidirectional_… variable244 static_assert(std::ranges::bidirectional_range<BidiNonCommonInner>);245 static_assert(!std::ranges::common_range<BidiNonCommonInner>);
146 BidiNonCommonInner inners[2] = {buffer[0], buffer[1]}; in test()
88 using Base = BidiCommonOuter<BidiNonCommonInner>; in test()