Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/std/ranges/range.access/
H A Dsize.pass.cpp243 struct other_forward_iterator : forward_iterator<int*> { }; struct
247 friend bool operator==(sentinel, other_forward_iterator);
248 …friend constexpr std::ptrdiff_t operator-(const sentinel, const other_forward_iterator) { return 2… in operator -()
249 …friend constexpr std::ptrdiff_t operator-(const other_forward_iterator, const sentinel) { return 2… in operator -()
252 friend constexpr other_forward_iterator begin(InvalidMinusBeginEnd) { return {}; } in begin()
257 static_assert(!std::same_as<other_forward_iterator::difference_type, short>);