Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.adaptors/range.join/range.join.sentinel/
H A Deq.pass.cpp45 struct ConstComparableView : BufferView<BufferView<int*>*> { struct
54 static_assert(weakly_equality_comparable_with<std::ranges::iterator_t<ConstComparableView>, argument
55 std::ranges::sentinel_t<const ConstComparableView>>);
56 static_assert(weakly_equality_comparable_with<std::ranges::iterator_t<const ConstComparableView>,
57 std::ranges::sentinel_t<ConstComparableView>>);
89 ConstComparableView outer(inners); in test()