Searched refs:other_forward_iterator (Results 1 – 1 of 1) sorted by relevance
242 struct other_forward_iterator : forward_iterator<int*> { }; struct246 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>);