Searched refs:ConstComparableView (Results 1 – 1 of 1) sorted by relevance
45 struct ConstComparableView : BufferView<BufferView<int*>*> { struct54 static_assert(weakly_equality_comparable_with<std::ranges::iterator_t<ConstComparableView>, argument55 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()