Searched refs:EleView (Results 1 – 1 of 1) sorted by relevance
29 using EleView = std::ranges::elements_view<Range, 0>; in test() typedef30 using Sentinel = std::ranges::sentinel_t<EleView>; in test()31 static_assert(!std::is_same_v<Sentinel, std::ranges::iterator_t<EleView>>); in test()