Home
last modified time | relevance | path

Searched refs:ConstComparableView (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/ranges/range.adaptors/range.join.view/sentinel/
H A Deq.pass.cpp47 struct ConstComparableView : BufferView<BufferView<int*>*> { struct
56 static_assert(EqualityComparable<std::ranges::iterator_t<ConstComparableView>, argument
57 std::ranges::sentinel_t<const ConstComparableView>>);
58 static_assert(EqualityComparable<std::ranges::iterator_t<const ConstComparableView>,
59 std::ranges::sentinel_t<ConstComparableView>>);
82 ConstComparableView outer(inners); in test()