Lines Matching refs:ConstSentinel
96 using ConstSentinel = std::ranges::sentinel_t<const decltype(v)>; in test() typedef
97 static_assert(!std::is_same_v<Sentinel, ConstSentinel>); in test()
101 static_assert(EqualComparable<Iter, ConstSentinel>); in test()
102 static_assert(EqualComparable<ConstIter, ConstSentinel>); in test()
121 using ConstSentinel = std::ranges::sentinel_t<const decltype(v)>; in test() typedef
122 static_assert(!std::is_same_v<Sentinel, ConstSentinel>); in test()
126 static_assert(EqualComparable<Iter, ConstSentinel>); in test()
127 static_assert(EqualComparable<ConstIter, ConstSentinel>); in test()
140 using ConstSentinel = std::ranges::sentinel_t<const decltype(v)>; in test() typedef
141 static_assert(!std::is_same_v<Sentinel, ConstSentinel>); in test()
145 static_assert(!EqualComparable<Iter, ConstSentinel>); in test()
146 static_assert(EqualComparable<ConstIter, ConstSentinel>); in test()