Home
last modified time | relevance | path

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

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