Lines Matching refs:Sentinel
95 using Sentinel = std::ranges::sentinel_t<decltype(v)>; in test() typedef
97 static_assert(!std::is_same_v<Sentinel, ConstSentinel>); in test()
99 static_assert(EqualComparable<Iter, Sentinel>); in test()
100 static_assert(!EqualComparable<ConstIter, Sentinel>); in test()
120 using Sentinel = std::ranges::sentinel_t<decltype(v)>; in test() typedef
122 static_assert(!std::is_same_v<Sentinel, ConstSentinel>); in test()
124 static_assert(EqualComparable<Iter, Sentinel>); in test()
125 static_assert(EqualComparable<ConstIter, Sentinel>); in test()
139 using Sentinel = std::ranges::sentinel_t<decltype(v)>; in test() typedef
141 static_assert(!std::is_same_v<Sentinel, ConstSentinel>); in test()
143 static_assert(EqualComparable<Iter, Sentinel>); in test()
144 static_assert(!EqualComparable<ConstIter, Sentinel>); in test()